Html Css Color HEX #E71BAA Spicy Pink

📋 copy color: '#E71BAA'

red 231 ◦ green 27 ◦ blue 170

#E71BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #E71BAA

Tints of Spicy Pink #E71BAA

RGB

 RED value IS 231 (90.63% from 255) = 53.97%

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 53.97%
G = 6.31%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E71BAA (or 0xE71BAA) is known color: Spicy Pink. HEX triplet: E7, 1B and AA. RGB value is (231,27,170). Sum of RGB (Red+Green+Blue) = 231+27+170=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71BAA is #18E455. Grayscale: #676767. Windows color (decimal): -1631318 or 11148263. OLE color: 11148263.

HSL color Cylindrical-coordinate representation of color #E71BAA: hue angle of 317.94º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71BAA is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 27 170 -
CMYK 0 0.88 0.26 0.09
HSL 317.94º 0.81% 0.51% -
HSV(B) 317.94º 0.88% 0.91% -
XYZ 40.6 20.68 39.88 -
YUV 104.3 165.09 218.37 -
System Red Green Blue C M Y K H S L
Decimal 231 27 170 0 0.88 0.26 0.09 317.94 0.81 0.51
Hex E7 1B AA 0 58 1A 9 13E 51 33
Octal 347 33 252 0 130 32 11 476 121 63
Binary 11100111 11011 10101010 0 1011000 11010 1001 100111110 1010001 110011

Color Harmonies of #E71BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BAA

Black with #E71BAA

Text Example


Text Example

White with #E71BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BAA; }

 p { color: rgb(231,27,170); }

 H1.HeaderClassName
 {
   color: #E71BAA;
 }
 .AnyTagClassName
 {
   color: #E71BAA;
 }
</style>

background-color css

<style>
 a { background-color: #E71BAA; }

 a { background-color: rgb(231,27,170); }

 div.DivClassName
 {
   background-color: #E71BAA;
 }
 .BgClassName
 {
   background-color: #E71BAA;
 }
</style>

border-color css

<style>
 span { border-color: #E71BAA; }

 span { border-color: rgb(231,27,170); }

 td.TdClassName
 {
   border-color: #E71BAA;
 }
 .TagClassName
 {
   border-color: #E71BAA;
 }
</style>