Html Css Color HEX #E01398 Hollywood Cerise

📋 copy color: '#E01398'

red 224 ◦ green 19 ◦ blue 152

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

Shades of Hollywood Cerise #E01398

Tints of Hollywood Cerise #E01398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 56.71%
G = 4.81%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E01398 (or 0xE01398) is known color: Hollywood Cerise. HEX triplet: E0, 13 and 98. RGB value is (224,19,152). Sum of RGB (Red+Green+Blue) = 224+19+152=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01398 is #1FEC67. Grayscale: #5F5F5F. Windows color (decimal): -2092136 or 9966560. OLE color: 9966560.

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

Color convert

RGB 224 19 152 -
CMYK 0 0.92 0.32 0.12
HSL 321.07º 0.84% 0.48% -
HSV(B) 321.07º 0.92% 0.88% -
XYZ 36.64 18.58 31.36 -
YUV 95.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 224 19 152 0 0.92 0.32 0.12 321.07 0.84 0.48
Hex E0 13 98 0 5C 20 C 141 54 30
Octal 340 23 230 0 134 40 14 501 124 60
Binary 11100000 10011 10011000 0 1011100 100000 1100 101000001 1010100 110000

Color Harmonies of #E01398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01398

Black with #E01398

Text Example


Text Example

White with #E01398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01398; }

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

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

background-color css

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

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

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

border-color css

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

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

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