Html Css Color HEX #E01397 Hollywood Cerise

📋 copy color: '#E01397'

red 224 ◦ green 19 ◦ blue 151

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

Shades of Hollywood Cerise #E01397

Tints of Hollywood Cerise #E01397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.82%

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 56.85%
G = 4.82%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01397 (or 0xE01397) is known color: Hollywood Cerise. HEX triplet: E0, 13 and 97. RGB value is (224,19,151). Sum of RGB (Red+Green+Blue) = 224+19+151=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E01397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01397 is #1FEC68. Grayscale: #5F5F5F. Windows color (decimal): -2092137 or 9901024. OLE color: 9901024.

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

Color convert

RGB 224 19 151 -
CMYK 0 0.92 0.33 0.12
HSL 321.37º 0.84% 0.48% -
HSV(B) 321.37º 0.92% 0.88% -
XYZ 36.56 18.55 30.93 -
YUV 95.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 224 19 151 0 0.92 0.33 0.12 321.37 0.84 0.48
Hex E0 13 97 0 5C 21 C 141 54 30
Octal 340 23 227 0 134 41 14 501 124 60
Binary 11100000 10011 10010111 0 1011100 100001 1100 101000001 1010100 110000

Color Harmonies of #E01397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01397

Black with #E01397

Text Example


Text Example

White with #E01397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01397; }

 p { color: rgb(224,19,151); }

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

background-color css

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

 a { background-color: rgb(224,19,151); }

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

border-color css

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

 span { border-color: rgb(224,19,151); }

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