Html Css Color HEX #EA0490 Hollywood Cerise

📋 copy color: '#EA0490'

red 234 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #EA0490

Tints of Hollywood Cerise #EA0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 61.26%
G = 1.05%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0490 (or 0xEA0490) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 90. RGB value is (234,4,144). Sum of RGB (Red+Green+Blue) = 234+4+144=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0490 is #15FB6F. Grayscale: #585858. Windows color (decimal): -1440624 or 9438442. OLE color: 9438442.

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

Color convert

RGB 234 4 144 -
CMYK 0 0.98 0.38 0.08
HSL 323.48º 0.97% 0.47% -
HSV(B) 323.48º 0.98% 0.92% -
XYZ 39.01 19.59 28.11 -
YUV 88.73 159.2 231.62 -
System Red Green Blue C M Y K H S L
Decimal 234 4 144 0 0.98 0.38 0.08 323.48 0.97 0.47
Hex EA 4 90 0 62 26 8 143 61 2F
Octal 352 4 220 0 142 46 10 503 141 57
Binary 11101010 100 10010000 0 1100010 100110 1000 101000011 1100001 101111

Color Harmonies of #EA0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0490

Black with #EA0490

Text Example


Text Example

White with #EA0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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