Html Css Color HEX #E11295 Hollywood Cerise

📋 copy color: '#E11295'

red 225 ◦ green 18 ◦ blue 149

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

Shades of Hollywood Cerise #E11295

Tints of Hollywood Cerise #E11295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 57.4%
G = 4.59%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E11295 (or 0xE11295) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 95. RGB value is (225,18,149). Sum of RGB (Red+Green+Blue) = 225+18+149=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E11295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11295 is #1EED6A. Grayscale: #5E5E5E. Windows color (decimal): -2026859 or 9769697. OLE color: 9769697.

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

Color convert

RGB 225 18 149 -
CMYK 0 0.92 0.34 0.12
HSL 322.03º 0.85% 0.48% -
HSV(B) 322.03º 0.92% 0.88% -
XYZ 36.69 18.61 30.09 -
YUV 94.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 225 18 149 0 0.92 0.34 0.12 322.03 0.85 0.48
Hex E1 12 95 0 5C 22 C 142 55 30
Octal 341 22 225 0 134 42 14 502 125 60
Binary 11100001 10010 10010101 0 1011100 100010 1100 101000010 1010101 110000

Color Harmonies of #E11295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11295

Black with #E11295

Text Example


Text Example

White with #E11295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11295; }

 p { color: rgb(225,18,149); }

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

background-color css

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

 a { background-color: rgb(225,18,149); }

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

border-color css

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

 span { border-color: rgb(225,18,149); }

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