Html Css Color HEX #E00191 Hollywood Cerise

📋 copy color: '#E00191'

red 224 ◦ green 1 ◦ blue 145

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

Shades of Hollywood Cerise #E00191

Tints of Hollywood Cerise #E00191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.54%
G = 0.27%
B = 39.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E00191 (or 0xE00191) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 91. RGB value is (224,1,145). Sum of RGB (Red+Green+Blue) = 224+1+145=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E00191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00191 is #1FFE6E. Grayscale: #535353. Windows color (decimal): -2096751 or 9503200. OLE color: 9503200.

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

Color convert

RGB 224 1 145 -
CMYK 0 1.00 0.35 0.12
HSL 321.26º 0.99% 0.44% -
HSV(B) 321.26º 1% 0.88% -
XYZ 35.86 17.91 28.36 -
YUV 84.09 162.38 227.79 -
System Red Green Blue C M Y K H S L
Decimal 224 1 145 0 1.00 0.35 0.12 321.26 0.99 0.44
Hex E0 1 91 0 64 23 C 141 63 2C
Octal 340 1 221 0 144 43 14 501 143 54
Binary 11100000 1 10010001 0 1100100 100011 1100 101000001 1100011 101100

Color Harmonies of #E00191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00191

Black with #E00191

Text Example


Text Example

White with #E00191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00191; }

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

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

background-color css

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

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

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

border-color css

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

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

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