Html Css Color HEX #E31DA8 Spicy Pink

📋 copy color: '#E31DA8'

red 227 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #E31DA8

Tints of Spicy Pink #E31DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 53.54%
G = 6.84%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E31DA8 (or 0xE31DA8) is known color: Spicy Pink. HEX triplet: E3, 1D and A8. RGB value is (227,29,168). Sum of RGB (Red+Green+Blue) = 227+29+168=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31DA8 is #1CE257. Grayscale: #676767. Windows color (decimal): -1892952 or 11017699. OLE color: 11017699.

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

Color convert

RGB 227 29 168 -
CMYK 0 0.87 0.26 0.11
HSL 317.88º 0.78% 0.5% -
HSV(B) 317.88º 0.87% 0.89% -
XYZ 39.19 20.04 38.85 -
YUV 104.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 227 29 168 0 0.87 0.26 0.11 317.88 0.78 0.5
Hex E3 1D A8 0 57 1A B 13E 4E 32
Octal 343 35 250 0 127 32 13 476 116 62
Binary 11100011 11101 10101000 0 1010111 11010 1011 100111110 1001110 110010

Color Harmonies of #E31DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DA8

Black with #E31DA8

Text Example


Text Example

White with #E31DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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