Html Css Color HEX #EA0DAE Hollywood Cerise

📋 copy color: '#EA0DAE'

red 234 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #EA0DAE

Tints of Hollywood Cerise #EA0DAE

RGB

 RED value IS 234 (91.8% from 255) = 55.58%

 GREEN value IS 13 (5.47% from 255) = 3.09%

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

R = 55.58%
G = 3.09%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA0DAE (or 0xEA0DAE) is known color: Hollywood Cerise. HEX triplet: EA, 0D and AE. RGB value is (234,13,174). Sum of RGB (Red+Green+Blue) = 234+13+174=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0DAE is #15F251. Grayscale: #616161. Windows color (decimal): -1438290 or 11406826. OLE color: 11406826.

HSL color Cylindrical-coordinate representation of color #EA0DAE: hue angle of 316.29º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0DAE is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 174 -
CMYK 0 0.94 0.26 0.08
HSL 316.29º 0.89% 0.48% -
HSV(B) 316.29º 0.94% 0.92% -
XYZ 41.72 20.84 41.87 -
YUV 97.43 171.22 225.41 -
System Red Green Blue C M Y K H S L
Decimal 234 13 174 0 0.94 0.26 0.08 316.29 0.89 0.48
Hex EA D AE 0 5E 1A 8 13C 59 30
Octal 352 15 256 0 136 32 10 474 131 60
Binary 11101010 1101 10101110 0 1011110 11010 1000 100111100 1011001 110000

Color Harmonies of #EA0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0DAE

Black with #EA0DAE

Text Example


Text Example

White with #EA0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0DAE; }

 p { color: rgb(234,13,174); }

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

background-color css

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

 a { background-color: rgb(234,13,174); }

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

border-color css

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

 span { border-color: rgb(234,13,174); }

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