Html Css Color HEX #EA03A0 Hollywood Cerise

📋 copy color: '#EA03A0'

red 234 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #EA03A0

Tints of Hollywood Cerise #EA03A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 58.94%
G = 0.76%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA03A0 (or 0xEA03A0) is known color: Hollywood Cerise. HEX triplet: EA, 03 and A0. RGB value is (234,3,160). Sum of RGB (Red+Green+Blue) = 234+3+160=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA03A0 is #15FC5F. Grayscale: #595959. Windows color (decimal): -1440864 or 10486762. OLE color: 10486762.

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

Color convert

RGB 234 3 160 -
CMYK 0 0.99 0.32 0.08
HSL 319.22º 0.97% 0.46% -
HSV(B) 319.22º 0.99% 0.92% -
XYZ 40.31 20.1 35.01 -
YUV 89.97 167.53 230.73 -
System Red Green Blue C M Y K H S L
Decimal 234 3 160 0 0.99 0.32 0.08 319.22 0.97 0.46
Hex EA 3 A0 0 63 20 8 13F 61 2E
Octal 352 3 240 0 143 40 10 477 141 56
Binary 11101010 11 10100000 0 1100011 100000 1000 100111111 1100001 101110

Color Harmonies of #EA03A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA03A0

Black with #EA03A0

Text Example


Text Example

White with #EA03A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA03A0; }

 p { color: rgb(234,3,160); }

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

background-color css

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

 a { background-color: rgb(234,3,160); }

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

border-color css

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

 span { border-color: rgb(234,3,160); }

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