Html Css Color HEX #EA0DAB Hollywood Cerise

📋 copy color: '#EA0DAB'

red 234 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #EA0DAB

Tints of Hollywood Cerise #EA0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 55.98%
G = 3.11%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA0DAB (or 0xEA0DAB) is known color: Hollywood Cerise. HEX triplet: EA, 0D and AB. RGB value is (234,13,171). Sum of RGB (Red+Green+Blue) = 234+13+171=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0DAB is #15F254. Grayscale: #606060. Windows color (decimal): -1438293 or 11210218. OLE color: 11210218.

HSL color Cylindrical-coordinate representation of color #EA0DAB: hue angle of 317.1º 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 #EA0DAB is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 171 -
CMYK 0 0.94 0.27 0.08
HSL 317.1º 0.89% 0.48% -
HSV(B) 317.1º 0.94% 0.92% -
XYZ 41.43 20.72 40.34 -
YUV 97.09 169.72 225.65 -
System Red Green Blue C M Y K H S L
Decimal 234 13 171 0 0.94 0.27 0.08 317.1 0.89 0.48
Hex EA D AB 0 5E 1B 8 13D 59 30
Octal 352 15 253 0 136 33 10 475 131 60
Binary 11101010 1101 10101011 0 1011110 11011 1000 100111101 1011001 110000

Color Harmonies of #EA0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0DAB

Black with #EA0DAB

Text Example


Text Example

White with #EA0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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