Html Css Color HEX #E00494 Hollywood Cerise

📋 copy color: '#E00494'

red 224 ◦ green 4 ◦ blue 148

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

Shades of Hollywood Cerise #E00494

Tints of Hollywood Cerise #E00494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 59.57%
G = 1.06%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E00494 (or 0xE00494) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 94. RGB value is (224,4,148). Sum of RGB (Red+Green+Blue) = 224+4+148=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00494 is #1FFB6B. Grayscale: #555555. Windows color (decimal): -2095980 or 9700576. OLE color: 9700576.

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

Color convert

RGB 224 4 148 -
CMYK 0 0.98 0.34 0.12
HSL 320.73º 0.96% 0.45% -
HSV(B) 320.73º 0.98% 0.88% -
XYZ 36.13 18.07 29.6 -
YUV 86.2 162.89 226.29 -
System Red Green Blue C M Y K H S L
Decimal 224 4 148 0 0.98 0.34 0.12 320.73 0.96 0.45
Hex E0 4 94 0 62 22 C 141 60 2D
Octal 340 4 224 0 142 42 14 501 140 55
Binary 11100000 100 10010100 0 1100010 100010 1100 101000001 1100000 101101

Color Harmonies of #E00494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00494

Black with #E00494

Text Example


Text Example

White with #E00494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00494; }

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

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

background-color css

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

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

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

border-color css

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

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

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