Html Css Color HEX #E0119D Hollywood Cerise

📋 copy color: '#E0119D'

red 224 ◦ green 17 ◦ blue 157

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

Shades of Hollywood Cerise #E0119D

Tints of Hollywood Cerise #E0119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.27%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 56.28%
G = 4.27%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0119D (or 0xE0119D) is known color: Hollywood Cerise. HEX triplet: E0, 11 and 9D. RGB value is (224,17,157). Sum of RGB (Red+Green+Blue) = 224+17+157=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0119D is #1FEE62. Grayscale: #5E5E5E. Windows color (decimal): -2092643 or 10293728. OLE color: 10293728.

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

Color convert

RGB 224 17 157 -
CMYK 0 0.92 0.30 0.12
HSL 319.42º 0.86% 0.47% -
HSV(B) 319.42º 0.92% 0.88% -
XYZ 37.03 18.68 33.55 -
YUV 94.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 224 17 157 0 0.92 0.30 0.12 319.42 0.86 0.47
Hex E0 11 9D 0 5C 1E C 13F 56 2F
Octal 340 21 235 0 134 36 14 477 126 57
Binary 11100000 10001 10011101 0 1011100 11110 1100 100111111 1010110 101111

Color Harmonies of #E0119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0119D

Black with #E0119D

Text Example


Text Example

White with #E0119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0119D; }

 p { color: rgb(224,17,157); }

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

background-color css

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

 a { background-color: rgb(224,17,157); }

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

border-color css

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

 span { border-color: rgb(224,17,157); }

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