Html Css Color HEX #E11498 Hollywood Cerise

📋 copy color: '#E11498'

red 225 ◦ green 20 ◦ blue 152

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

Shades of Hollywood Cerise #E11498

Tints of Hollywood Cerise #E11498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

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

R = 56.68%
G = 5.04%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E11498 (or 0xE11498) is known color: Hollywood Cerise. HEX triplet: E1, 14 and 98. RGB value is (225,20,152). Sum of RGB (Red+Green+Blue) = 225+20+152=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E11498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11498 is #1EEB67. Grayscale: #606060. Windows color (decimal): -2026344 or 9966817. OLE color: 9966817.

HSL color Cylindrical-coordinate representation of color #E11498: 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.91%. Process color model (Four color, CMYK) of #E11498 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 152 -
CMYK 0 0.91 0.32 0.12
HSL 321.37º 0.84% 0.48% -
HSV(B) 321.37º 0.91% 0.88% -
XYZ 36.97 18.77 31.38 -
YUV 96.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 225 20 152 0 0.91 0.32 0.12 321.37 0.84 0.48
Hex E1 14 98 0 5B 20 C 141 54 30
Octal 341 24 230 0 133 40 14 501 124 60
Binary 11100001 10100 10011000 0 1011011 100000 1100 101000001 1010100 110000

Color Harmonies of #E11498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11498

Black with #E11498

Text Example


Text Example

White with #E11498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11498; }

 p { color: rgb(225,20,152); }

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

background-color css

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

 a { background-color: rgb(225,20,152); }

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

border-color css

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

 span { border-color: rgb(225,20,152); }

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