#E20E92

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

Shades of Hollywood Cerise #E20E92

Tints of Hollywood Cerise #E20E92

Color information

#E20E92 (or 0xE20E92) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0E and 92. RGB value is (226,14,146). Sum of RGB (Red+Green+Blue) = 226+14+146=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20E92 is #1DF16D. Grayscale: #5C5C5C. Windows color (decimal): -1962350 or 9572066. OLE color: 9572066.

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

Color convert

RGB22614146-
CMYK00.940.350.11
HSL322.64º88.33%47.06%-
HSV(B)322.64º93.81%88.63%-
XYZ36.7118.5628.84-
YUV92.44158.24223.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.55%
GREEN value IS 14 (5.86% from 255) = 3.63%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=58.55%
G=3.63%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261414600.940.350.11322.6488.3347.06
HexE2E9205E23B143582f
Octal342162220136431350313057
Binary111000101110100100100101111010001110111010000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20E92; }

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

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

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

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

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

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

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

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