Html Css Color HEX #EA05AB Hollywood Cerise

📋 copy color: '#EA05AB'

red 234 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #EA05AB

Tints of Hollywood Cerise #EA05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 57.07%
G = 1.22%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA05AB (or 0xEA05AB) is known color: Hollywood Cerise. HEX triplet: EA, 05 and AB. RGB value is (234,5,171). Sum of RGB (Red+Green+Blue) = 234+5+171=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA05AB is #15FA54. Grayscale: #5B5B5B. Windows color (decimal): -1440341 or 11208170. OLE color: 11208170.

HSL color Cylindrical-coordinate representation of color #EA05AB: hue angle of 316.51º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA05AB is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 171 -
CMYK 0 0.98 0.27 0.08
HSL 316.51º 0.96% 0.47% -
HSV(B) 316.51º 0.98% 0.92% -
XYZ 41.34 20.54 40.31 -
YUV 92.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 234 5 171 0 0.98 0.27 0.08 316.51 0.96 0.47
Hex EA 5 AB 0 62 1B 8 13D 60 2F
Octal 352 5 253 0 142 33 10 475 140 57
Binary 11101010 101 10101011 0 1100010 11011 1000 100111101 1100000 101111

Color Harmonies of #EA05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05AB

Black with #EA05AB

Text Example


Text Example

White with #EA05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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