Html Css Color HEX #E00992 Hollywood Cerise

📋 copy color: '#E00992'

red 224 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #E00992

Tints of Hollywood Cerise #E00992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 59.1%
G = 2.37%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E00992 (or 0xE00992) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 92. RGB value is (224,9,146). Sum of RGB (Red+Green+Blue) = 224+9+146=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E00992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00992 is #1FF66D. Grayscale: #585858. Windows color (decimal): -2094702 or 9570784. OLE color: 9570784.

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

Color convert

RGB 224 9 146 -
CMYK 0 0.96 0.35 0.12
HSL 321.77º 0.92% 0.46% -
HSV(B) 321.77º 0.96% 0.88% -
XYZ 36.03 18.12 28.79 -
YUV 88.9 160.23 224.36 -
System Red Green Blue C M Y K H S L
Decimal 224 9 146 0 0.96 0.35 0.12 321.77 0.92 0.46
Hex E0 9 92 0 60 23 C 142 5C 2E
Octal 340 11 222 0 140 43 14 502 134 56
Binary 11100000 1001 10010010 0 1100000 100011 1100 101000010 1011100 101110

Color Harmonies of #E00992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00992

Black with #E00992

Text Example


Text Example

White with #E00992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00992; }

 p { color: rgb(224,9,146); }

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

background-color css

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

 a { background-color: rgb(224,9,146); }

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

border-color css

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

 span { border-color: rgb(224,9,146); }

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