Html Css Color HEX #E71FAA Spicy Pink

📋 copy color: '#E71FAA'

red 231 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #E71FAA

Tints of Spicy Pink #E71FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.18%

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

R = 53.47%
G = 7.18%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E71FAA (or 0xE71FAA) is known color: Spicy Pink. HEX triplet: E7, 1F and AA. RGB value is (231,31,170). Sum of RGB (Red+Green+Blue) = 231+31+170=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71FAA is #18E055. Grayscale: #6A6A6A. Windows color (decimal): -1630294 or 11149287. OLE color: 11149287.

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

Color convert

RGB 231 31 170 -
CMYK 0 0.87 0.26 0.09
HSL 318.3º 0.81% 0.51% -
HSV(B) 318.3º 0.87% 0.91% -
XYZ 40.7 20.87 39.91 -
YUV 106.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 231 31 170 0 0.87 0.26 0.09 318.3 0.81 0.51
Hex E7 1F AA 0 57 1A 9 13E 51 33
Octal 347 37 252 0 127 32 11 476 121 63
Binary 11100111 11111 10101010 0 1010111 11010 1001 100111110 1010001 110011

Color Harmonies of #E71FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FAA

Black with #E71FAA

Text Example


Text Example

White with #E71FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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