Html Css Color HEX #E11095 Hollywood Cerise

📋 copy color: '#E11095'

red 225 ◦ green 16 ◦ blue 149

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

Shades of Hollywood Cerise #E11095

Tints of Hollywood Cerise #E11095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

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

R = 57.69%
G = 4.1%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E11095 (or 0xE11095) is known color: Hollywood Cerise. HEX triplet: E1, 10 and 95. RGB value is (225,16,149). Sum of RGB (Red+Green+Blue) = 225+16+149=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E11095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11095 is #1EEF6A. Grayscale: #5D5D5D. Windows color (decimal): -2027371 or 9769185. OLE color: 9769185.

HSL color Cylindrical-coordinate representation of color #E11095: hue angle of 321.82º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11095 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 149 -
CMYK 0 0.93 0.34 0.12
HSL 321.82º 0.87% 0.47% -
HSV(B) 321.82º 0.93% 0.88% -
XYZ 36.66 18.55 30.08 -
YUV 93.65 159.24 221.69 -
System Red Green Blue C M Y K H S L
Decimal 225 16 149 0 0.93 0.34 0.12 321.82 0.87 0.47
Hex E1 10 95 0 5D 22 C 142 57 2F
Octal 341 20 225 0 135 42 14 502 127 57
Binary 11100001 10000 10010101 0 1011101 100010 1100 101000010 1010111 101111

Color Harmonies of #E11095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11095

Black with #E11095

Text Example


Text Example

White with #E11095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11095; }

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

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

background-color css

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

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

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

border-color css

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

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

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