Html Css Color HEX #E00995 Hollywood Cerise

📋 copy color: '#E00995'

red 224 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #E00995

Tints of Hollywood Cerise #E00995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 58.64%
G = 2.36%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00995 (or 0xE00995) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 95. RGB value is (224,9,149). Sum of RGB (Red+Green+Blue) = 224+9+149=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E00995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00995 is #1FF66A. Grayscale: #585858. Windows color (decimal): -2094699 or 9767392. OLE color: 9767392.

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

Color convert

RGB 224 9 149 -
CMYK 0 0.96 0.33 0.12
HSL 320.93º 0.92% 0.46% -
HSV(B) 320.93º 0.96% 0.88% -
XYZ 36.26 18.21 30.04 -
YUV 89.25 161.73 224.12 -
System Red Green Blue C M Y K H S L
Decimal 224 9 149 0 0.96 0.33 0.12 320.93 0.92 0.46
Hex E0 9 95 0 60 21 C 141 5C 2E
Octal 340 11 225 0 140 41 14 501 134 56
Binary 11100000 1001 10010101 0 1100000 100001 1100 101000001 1011100 101110

Color Harmonies of #E00995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00995

Black with #E00995

Text Example


Text Example

White with #E00995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00995; }

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

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

background-color css

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

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

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

border-color css

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

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

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