#E21094

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

Shades of Hollywood Cerise #E21094

Tints of Hollywood Cerise #E21094

Color information

#E21094 (or 0xE21094) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 10 and 94. RGB value is (226,16,148). Sum of RGB (Red+Green+Blue) = 226+16+148=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E21094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21094 is #1DEF6B. Grayscale: #5D5D5D. Windows color (decimal): -1961836 or 9703650. OLE color: 9703650.

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

Color convert

RGB22616148-
CMYK00.930.350.11
HSL322.29º86.78%47.45%-
HSV(B)322.29º92.92%88.63%-
XYZ36.8918.6829.68-
YUV93.84158.57222.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 16 (6.64% from 255) = 4.10%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=57.95%
G=4.10%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261614800.930.350.11322.2986.7847.45
HexE2109405D23B142572f
Octal342202240135431350212757
Binary1110001010000100101000101110110001110111010000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21094; }

 p { color: rgb(226,16,148); }

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

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

 a { background-color: rgb(226,16,148); }

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

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

 span { border-color: rgb(226,16,148); }

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