Html Css Color HEX #E71DAF Spicy Pink

📋 copy color: '#E71DAF'

red 231 ◦ green 29 ◦ blue 175

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

Shades of Spicy Pink #E71DAF

Tints of Spicy Pink #E71DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 53.1%
G = 6.67%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E71DAF (or 0xE71DAF) is known color: Spicy Pink. HEX triplet: E7, 1D and AF. RGB value is (231,29,175). Sum of RGB (Red+Green+Blue) = 231+29+175=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71DAF is #18E250. Grayscale: #696969. Windows color (decimal): -1630801 or 11476455. OLE color: 11476455.

HSL color Cylindrical-coordinate representation of color #E71DAF: hue angle of 316.63º 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 #E71DAF is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 29 175 -
CMYK 0 0.87 0.24 0.09
HSL 316.63º 0.81% 0.51% -
HSV(B) 316.63º 0.87% 0.91% -
XYZ 41.13 20.96 42.44 -
YUV 106.04 166.92 217.13 -
System Red Green Blue C M Y K H S L
Decimal 231 29 175 0 0.87 0.24 0.09 316.63 0.81 0.51
Hex E7 1D AF 0 57 18 9 13D 51 33
Octal 347 35 257 0 127 30 11 475 121 63
Binary 11100111 11101 10101111 0 1010111 11000 1001 100111101 1010001 110011

Color Harmonies of #E71DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DAF

Black with #E71DAF

Text Example


Text Example

White with #E71DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DAF; }

 p { color: rgb(231,29,175); }

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

background-color css

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

 a { background-color: rgb(231,29,175); }

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

border-color css

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

 span { border-color: rgb(231,29,175); }

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