Html Css Color HEX #E31DAF Spicy Pink

📋 copy color: '#E31DAF'

red 227 ◦ green 29 ◦ blue 175

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

Shades of Spicy Pink #E31DAF

Tints of Spicy Pink #E31DAF

RGB

 RED value IS 227 (89.06% from 255) = 52.67%

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

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

R = 52.67%
G = 6.73%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E31DAF (or 0xE31DAF) is known color: Spicy Pink. HEX triplet: E3, 1D and AF. RGB value is (227,29,175). Sum of RGB (Red+Green+Blue) = 227+29+175=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31DAF is #1CE250. Grayscale: #686868. Windows color (decimal): -1892945 or 11476451. OLE color: 11476451.

HSL color Cylindrical-coordinate representation of color #E31DAF: hue angle of 315.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31DAF is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 29 175 -
CMYK 0 0.87 0.23 0.11
HSL 315.76º 0.78% 0.5% -
HSV(B) 315.76º 0.87% 0.89% -
XYZ 39.86 20.3 42.38 -
YUV 104.85 167.6 215.13 -
System Red Green Blue C M Y K H S L
Decimal 227 29 175 0 0.87 0.23 0.11 315.76 0.78 0.5
Hex E3 1D AF 0 57 17 B 13C 4E 32
Octal 343 35 257 0 127 27 13 474 116 62
Binary 11100011 11101 10101111 0 1010111 10111 1011 100111100 1001110 110010

Color Harmonies of #E31DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DAF

Black with #E31DAF

Text Example


Text Example

White with #E31DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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