Html Css Color HEX #E00490 Hollywood Cerise

📋 copy color: '#E00490'

red 224 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #E00490

Tints of Hollywood Cerise #E00490

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

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

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

R = 60.22%
G = 1.08%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E00490 (or 0xE00490) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 90. RGB value is (224,4,144). Sum of RGB (Red+Green+Blue) = 224+4+144=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E00490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00490 is #1FFB6F. Grayscale: #555555. Windows color (decimal): -2095984 or 9438432. OLE color: 9438432.

HSL color Cylindrical-coordinate representation of color #E00490: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00490 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 144 -
CMYK 0 0.98 0.36 0.12
HSL 321.82º 0.96% 0.45% -
HSV(B) 321.82º 0.98% 0.88% -
XYZ 35.82 17.95 27.96 -
YUV 85.74 160.89 226.62 -
System Red Green Blue C M Y K H S L
Decimal 224 4 144 0 0.98 0.36 0.12 321.82 0.96 0.45
Hex E0 4 90 0 62 24 C 142 60 2D
Octal 340 4 220 0 142 44 14 502 140 55
Binary 11100000 100 10010000 0 1100010 100100 1100 101000010 1100000 101101

Color Harmonies of #E00490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00490

Black with #E00490

Text Example


Text Example

White with #E00490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00490; }

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

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

background-color css

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

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

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

border-color css

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

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

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