Html Css Color HEX #EA02A8 Hollywood Cerise

📋 copy color: '#EA02A8'

red 234 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #EA02A8

Tints of Hollywood Cerise #EA02A8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 57.92%
G = 0.5%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA02A8 (or 0xEA02A8) is known color: Hollywood Cerise. HEX triplet: EA, 02 and A8. RGB value is (234,2,168). Sum of RGB (Red+Green+Blue) = 234+2+168=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA02A8 is #15FD57. Grayscale: #595959. Windows color (decimal): -1441112 or 11010794. OLE color: 11010794.

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

Color convert

RGB 234 2 168 -
CMYK 0 0.99 0.28 0.08
HSL 317.07º 0.98% 0.46% -
HSV(B) 317.07º 0.99% 0.92% -
XYZ 41.02 20.36 38.81 -
YUV 90.29 171.86 230.5 -
System Red Green Blue C M Y K H S L
Decimal 234 2 168 0 0.99 0.28 0.08 317.07 0.98 0.46
Hex EA 2 A8 0 63 1C 8 13D 62 2E
Octal 352 2 250 0 143 34 10 475 142 56
Binary 11101010 10 10101000 0 1100011 11100 1000 100111101 1100010 101110

Color Harmonies of #EA02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA02A8

Black with #EA02A8

Text Example


Text Example

White with #EA02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA02A8; }

 p { color: rgb(234,2,168); }

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

background-color css

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

 a { background-color: rgb(234,2,168); }

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

border-color css

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

 span { border-color: rgb(234,2,168); }

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