Html Css Color HEX #EA04A5 Hollywood Cerise

📋 copy color: '#EA04A5'

red 234 ◦ green 4 ◦ blue 165

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

Shades of Hollywood Cerise #EA04A5

Tints of Hollywood Cerise #EA04A5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 58.06%
G = 0.99%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA04A5 (or 0xEA04A5) is known color: Hollywood Cerise. HEX triplet: EA, 04 and A5. RGB value is (234,4,165). Sum of RGB (Red+Green+Blue) = 234+4+165=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA04A5 is #15FB5A. Grayscale: #5A5A5A. Windows color (decimal): -1440603 or 10814698. OLE color: 10814698.

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

Color convert

RGB 234 4 165 -
CMYK 0 0.98 0.29 0.08
HSL 318º 0.97% 0.47% -
HSV(B) 318º 0.98% 0.92% -
XYZ 40.77 20.3 37.37 -
YUV 91.12 169.7 229.91 -
System Red Green Blue C M Y K H S L
Decimal 234 4 165 0 0.98 0.29 0.08 318 0.97 0.47
Hex EA 4 A5 0 62 1D 8 13E 61 2F
Octal 352 4 245 0 142 35 10 476 141 57
Binary 11101010 100 10100101 0 1100010 11101 1000 100111110 1100001 101111

Color Harmonies of #EA04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04A5

Black with #EA04A5

Text Example


Text Example

White with #EA04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04A5; }

 p { color: rgb(234,4,165); }

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

background-color css

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

 a { background-color: rgb(234,4,165); }

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

border-color css

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

 span { border-color: rgb(234,4,165); }

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