Html Css Color HEX #EA02B0 Hollywood Cerise

📋 copy color: '#EA02B0'

red 234 ◦ green 2 ◦ blue 176

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

Shades of Hollywood Cerise #EA02B0

Tints of Hollywood Cerise #EA02B0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 56.8%
G = 0.49%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA02B0 (or 0xEA02B0) is known color: Hollywood Cerise. HEX triplet: EA, 02 and B0. RGB value is (234,2,176). Sum of RGB (Red+Green+Blue) = 234+2+176=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA02B0 is #15FD4F. Grayscale: #5A5A5A. Windows color (decimal): -1441104 or 11535082. OLE color: 11535082.

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

Color convert

RGB 234 2 176 -
CMYK 0 0.99 0.25 0.08
HSL 315º 0.98% 0.46% -
HSV(B) 315º 0.99% 0.92% -
XYZ 41.79 20.67 42.86 -
YUV 91.2 175.86 229.85 -
System Red Green Blue C M Y K H S L
Decimal 234 2 176 0 0.99 0.25 0.08 315 0.98 0.46
Hex EA 2 B0 0 63 19 8 13B 62 2E
Octal 352 2 260 0 143 31 10 473 142 56
Binary 11101010 10 10110000 0 1100011 11001 1000 100111011 1100010 101110

Color Harmonies of #EA02B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA02B0

Black with #EA02B0

Text Example


Text Example

White with #EA02B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA02B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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