#E21192

Color #E21192 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E21192

Tints of Hollywood Cerise #E21192

Color information

#E21192 (or 0xE21192) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 11 and 92. RGB value is (226,17,146). Sum of RGB (Red+Green+Blue) = 226+17+146=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E21192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21192 is #1DEE6D. Grayscale: #5D5D5D. Windows color (decimal): -1961582 or 9572834. OLE color: 9572834.

HSL color Cylindrical-coordinate representation of color #E21192: hue angle of 322.97º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21192 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22617146-
CMYK00.920.350.11
HSL322.97º86.01%47.65%-
HSV(B)322.97º92.48%88.63%-
XYZ36.7518.6428.86-
YUV94.2157.24222.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.10%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=58.10%
G=4.37%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261714600.920.350.11322.9786.0147.65
HexE2119205C23B1435630
Octal342212220134431350312660
Binary1110001010001100100100101110010001110111010000111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21192; }

 p { color: rgb(226,17,146); }

 H1.HeaderClassName
 {
   color: #E21192;
 }
 .AnyTagClassName
 {
   color: #E21192;
 }
</style>
background-color css

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

 a { background-color: rgb(226,17,146); }

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

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

 span { border-color: rgb(226,17,146); }

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