Html Css Color HEX #E00091 Hollywood Cerise

📋 copy color: '#E00091'

red 224 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #E00091

Tints of Hollywood Cerise #E00091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 60.7%
G = 0%
B = 39.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E00091 (or 0xE00091) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 91. RGB value is (224,0,145). Sum of RGB (Red+Green+Blue) = 224+0+145=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E00091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00091 is #1FFF6E. Grayscale: #535353. Windows color (decimal): -2097007 or 9502944. OLE color: 9502944.

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

Color convert

RGB 224 0 145 -
CMYK 0 1 0.35 0.12
HSL 321.16º 1% 0.44% -
HSV(B) 321.16º 1% 0.88% -
XYZ 35.85 17.89 28.35 -
YUV 83.51 162.71 228.21 -
System Red Green Blue C M Y K H S L
Decimal 224 0 145 0 1 0.35 0.12 321.16 1 0.44
Hex E0 0 91 0 64 23 C 141 64 2C
Octal 340 0 221 0 144 43 14 501 144 54
Binary 11100000 0 10010001 0 1100100 100011 1100 101000001 1100100 101100

Color Harmonies of #E00091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00091

Black with #E00091

Text Example


Text Example

White with #E00091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00091; }

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

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

background-color css

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

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

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

border-color css

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

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

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