Html Css Color HEX #E11399 Hollywood Cerise

📋 copy color: '#E11399'

red 225 ◦ green 19 ◦ blue 153

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

Shades of Hollywood Cerise #E11399

Tints of Hollywood Cerise #E11399

RGB

 RED value IS 225 (88.28% from 255) = 56.68%

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

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 56.68%
G = 4.79%
B = 38.54%

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

#E11399 (or 0xE11399) is known color: Hollywood Cerise. HEX triplet: E1, 13 and 99. RGB value is (225,19,153). Sum of RGB (Red+Green+Blue) = 225+19+153=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E11399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11399 is #1EEC66. Grayscale: #5F5F5F. Windows color (decimal): -2026599 or 10032097. OLE color: 10032097.

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

Color convert

RGB 225 19 153 -
CMYK 0 0.92 0.32 0.12
HSL 320.97º 0.84% 0.48% -
HSV(B) 320.97º 0.92% 0.88% -
XYZ 37.03 18.77 31.81 -
YUV 95.87 160.25 220.1 -
System Red Green Blue C M Y K H S L
Decimal 225 19 153 0 0.92 0.32 0.12 320.97 0.84 0.48
Hex E1 13 99 0 5C 20 C 141 54 30
Octal 341 23 231 0 134 40 14 501 124 60
Binary 11100001 10011 10011001 0 1011100 100000 1100 101000001 1010100 110000

Color Harmonies of #E11399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11399

Black with #E11399

Text Example


Text Example

White with #E11399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11399; }

 p { color: rgb(225,19,153); }

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

background-color css

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

 a { background-color: rgb(225,19,153); }

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

border-color css

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

 span { border-color: rgb(225,19,153); }

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