Html Css Color HEX #EA02A3 Hollywood Cerise

📋 copy color: '#EA02A3'

red 234 ◦ green 2 ◦ blue 163

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

Shades of Hollywood Cerise #EA02A3

Tints of Hollywood Cerise #EA02A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.85%

R = 58.65%
G = 0.5%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA02A3 (or 0xEA02A3) is known color: Hollywood Cerise. HEX triplet: EA, 02 and A3. RGB value is (234,2,163). Sum of RGB (Red+Green+Blue) = 234+2+163=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA02A3 is #15FD5C. Grayscale: #595959. Windows color (decimal): -1441117 or 10683114. OLE color: 10683114.

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

Color convert

RGB 234 2 163 -
CMYK 0 0.99 0.30 0.08
HSL 318.36º 0.98% 0.46% -
HSV(B) 318.36º 0.99% 0.92% -
XYZ 40.56 20.18 36.41 -
YUV 89.72 169.36 230.91 -
System Red Green Blue C M Y K H S L
Decimal 234 2 163 0 0.99 0.30 0.08 318.36 0.98 0.46
Hex EA 2 A3 0 63 1E 8 13E 62 2E
Octal 352 2 243 0 143 36 10 476 142 56
Binary 11101010 10 10100011 0 1100011 11110 1000 100111110 1100010 101110

Color Harmonies of #EA02A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA02A3

Black with #EA02A3

Text Example


Text Example

White with #EA02A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA02A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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