Html Css Color HEX #E00095 Hollywood Cerise

📋 copy color: '#E00095'

red 224 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #E00095

Tints of Hollywood Cerise #E00095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.05%
G = 0%
B = 39.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00095 (or 0xE00095) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 95. RGB value is (224,0,149). Sum of RGB (Red+Green+Blue) = 224+0+149=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E00095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00095 is #1FFF6A. Grayscale: #535353. Windows color (decimal): -2097003 or 9765088. OLE color: 9765088.

HSL color Cylindrical-coordinate representation of color #E00095: hue angle of 320.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00095 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 149 -
CMYK 0 1 0.33 0.12
HSL 320.09º 1% 0.44% -
HSV(B) 320.09º 1% 0.88% -
XYZ 36.17 18.02 30.01 -
YUV 83.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 224 0 149 0 1 0.33 0.12 320.09 1 0.44
Hex E0 0 95 0 64 21 C 140 64 2C
Octal 340 0 225 0 144 41 14 500 144 54
Binary 11100000 0 10010101 0 1100100 100001 1100 101000000 1100100 101100

Color Harmonies of #E00095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00095

Black with #E00095

Text Example


Text Example

White with #E00095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00095; }

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

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

background-color css

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

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

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

border-color css

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

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

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