Html Css Color HEX #EA04B0 Hollywood Cerise

📋 copy color: '#EA04B0'

red 234 ◦ green 4 ◦ blue 176

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

Shades of Hollywood Cerise #EA04B0

Tints of Hollywood Cerise #EA04B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 56.52%
G = 0.97%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA04B0 (or 0xEA04B0) is known color: Hollywood Cerise. HEX triplet: EA, 04 and B0. RGB value is (234,4,176). Sum of RGB (Red+Green+Blue) = 234+4+176=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA04B0 is #15FB4F. Grayscale: #5B5B5B. Windows color (decimal): -1440592 or 11535594. OLE color: 11535594.

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

Color convert

RGB 234 4 176 -
CMYK 0 0.98 0.25 0.08
HSL 315.13º 0.97% 0.47% -
HSV(B) 315.13º 0.98% 0.92% -
XYZ 41.81 20.71 42.87 -
YUV 92.38 175.2 229.01 -
System Red Green Blue C M Y K H S L
Decimal 234 4 176 0 0.98 0.25 0.08 315.13 0.97 0.47
Hex EA 4 B0 0 62 19 8 13B 61 2F
Octal 352 4 260 0 142 31 10 473 141 57
Binary 11101010 100 10110000 0 1100010 11001 1000 100111011 1100001 101111

Color Harmonies of #EA04B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04B0

Black with #EA04B0

Text Example


Text Example

White with #EA04B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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