Html Css Color HEX #E31DAE Spicy Pink

📋 copy color: '#E31DAE'

red 227 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #E31DAE

Tints of Spicy Pink #E31DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 52.79%
G = 6.74%
B = 40.47%

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

#E31DAE (or 0xE31DAE) is known color: Spicy Pink. HEX triplet: E3, 1D and AE. RGB value is (227,29,174). Sum of RGB (Red+Green+Blue) = 227+29+174=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31DAE is #1CE251. Grayscale: #686868. Windows color (decimal): -1892946 or 11410915. OLE color: 11410915.

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

Color convert

RGB 227 29 174 -
CMYK 0 0.87 0.23 0.11
HSL 316.06º 0.78% 0.5% -
HSV(B) 316.06º 0.87% 0.89% -
XYZ 39.76 20.27 41.86 -
YUV 104.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 227 29 174 0 0.87 0.23 0.11 316.06 0.78 0.5
Hex E3 1D AE 0 57 17 B 13C 4E 32
Octal 343 35 256 0 127 27 13 474 116 62
Binary 11100011 11101 10101110 0 1010111 10111 1011 100111100 1001110 110010

Color Harmonies of #E31DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DAE

Black with #E31DAE

Text Example


Text Example

White with #E31DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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