Html Css Color HEX #EA04B2 Hollywood Cerise

📋 copy color: '#EA04B2'

red 234 ◦ green 4 ◦ blue 178

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

Shades of Hollywood Cerise #EA04B2

Tints of Hollywood Cerise #EA04B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 56.25%
G = 0.96%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA04B2 (or 0xEA04B2) is known color: Hollywood Cerise. HEX triplet: EA, 04 and B2. RGB value is (234,4,178). Sum of RGB (Red+Green+Blue) = 234+4+178=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA04B2 is #15FB4D. Grayscale: #5C5C5C. Windows color (decimal): -1440590 or 11666666. OLE color: 11666666.

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

Color convert

RGB 234 4 178 -
CMYK 0 0.98 0.24 0.08
HSL 314.61º 0.97% 0.47% -
HSV(B) 314.61º 0.98% 0.92% -
XYZ 42.01 20.79 43.92 -
YUV 92.61 176.2 228.85 -
System Red Green Blue C M Y K H S L
Decimal 234 4 178 0 0.98 0.24 0.08 314.61 0.97 0.47
Hex EA 4 B2 0 62 18 8 13B 61 2F
Octal 352 4 262 0 142 30 10 473 141 57
Binary 11101010 100 10110010 0 1100010 11000 1000 100111011 1100001 101111

Color Harmonies of #EA04B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04B2

Black with #EA04B2

Text Example


Text Example

White with #EA04B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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