Html Css Color HEX #EA04A2 Hollywood Cerise

📋 copy color: '#EA04A2'

red 234 ◦ green 4 ◦ blue 162

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

Shades of Hollywood Cerise #EA04A2

Tints of Hollywood Cerise #EA04A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 58.5%
G = 1%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA04A2 (or 0xEA04A2) is known color: Hollywood Cerise. HEX triplet: EA, 04 and A2. RGB value is (234,4,162). Sum of RGB (Red+Green+Blue) = 234+4+162=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA04A2 is #15FB5D. Grayscale: #5A5A5A. Windows color (decimal): -1440606 or 10618090. OLE color: 10618090.

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

Color convert

RGB 234 4 162 -
CMYK 0 0.98 0.31 0.08
HSL 318.78º 0.97% 0.47% -
HSV(B) 318.78º 0.98% 0.92% -
XYZ 40.5 20.19 35.94 -
YUV 90.78 168.2 230.15 -
System Red Green Blue C M Y K H S L
Decimal 234 4 162 0 0.98 0.31 0.08 318.78 0.97 0.47
Hex EA 4 A2 0 62 1F 8 13F 61 2F
Octal 352 4 242 0 142 37 10 477 141 57
Binary 11101010 100 10100010 0 1100010 11111 1000 100111111 1100001 101111

Color Harmonies of #EA04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04A2

Black with #EA04A2

Text Example


Text Example

White with #EA04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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