#E20092

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

Shades of Hollywood Cerise #E20092

Tints of Hollywood Cerise #E20092

Color information

#E20092 (or 0xE20092) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 00 and 92. RGB value is (226,0,146). Sum of RGB (Red+Green+Blue) = 226+0+146=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E20092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20092 is #1DFF6D. Grayscale: #535353. Windows color (decimal): -1965934 or 9568482. OLE color: 9568482.

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

Color convert

RGB2260146-
CMYK010.350.11
HSL321.24º100%44.31%-
HSV(B)321.24º100%88.63%-
XYZ36.5518.2428.79-
YUV84.22162.87229.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=60.75%
G=0%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2260146010.350.11321.2410044.31
HexE209206423B141642c
Octal34202220144431350114454
Binary111000100100100100110010010001110111010000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20092; }

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

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

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

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

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

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

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

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