Html Css Color HEX #EA03A8 Hollywood Cerise

📋 copy color: '#EA03A8'

red 234 ◦ green 3 ◦ blue 168

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

Shades of Hollywood Cerise #EA03A8

Tints of Hollywood Cerise #EA03A8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 57.78%
G = 0.74%
B = 41.48%

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

#EA03A8 (or 0xEA03A8) is known color: Hollywood Cerise. HEX triplet: EA, 03 and A8. RGB value is (234,3,168). Sum of RGB (Red+Green+Blue) = 234+3+168=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA03A8 is #15FC57. Grayscale: #5A5A5A. Windows color (decimal): -1440856 or 11011050. OLE color: 11011050.

HSL color Cylindrical-coordinate representation of color #EA03A8: hue angle of 317.14º degrees, saturation: 0.97, 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 #EA03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 168 -
CMYK 0 0.99 0.28 0.08
HSL 317.14º 0.97% 0.46% -
HSV(B) 317.14º 0.99% 0.92% -
XYZ 41.03 20.38 38.82 -
YUV 90.88 171.53 230.08 -
System Red Green Blue C M Y K H S L
Decimal 234 3 168 0 0.99 0.28 0.08 317.14 0.97 0.46
Hex EA 3 A8 0 63 1C 8 13D 61 2E
Octal 352 3 250 0 143 34 10 475 141 56
Binary 11101010 11 10101000 0 1100011 11100 1000 100111101 1100001 101110

Color Harmonies of #EA03A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA03A8

Black with #EA03A8

Text Example


Text Example

White with #EA03A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA03A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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