#E42092

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

Shades of Deep Cerise #E42092

Tints of Deep Cerise #E42092

Color information

#E42092 (or 0xE42092) is unknown color: approx Deep Cerise. HEX triplet: E4, 20 and 92. RGB value is (228,32,146). Sum of RGB (Red+Green+Blue) = 228+32+146=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E42092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42092 is #1BDF6D. Grayscale: #676767. Windows color (decimal): -1826670 or 9576676. OLE color: 9576676.

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

Color convert

RGB22832146-
CMYK00.860.360.11
HSL325.1º78.4%50.98%-
HSV(B)325.1º85.96%89.41%-
XYZ37.719.628.99-
YUV103.6151.93216.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.16%
GREEN value IS 32 (12.89% from 255) = 7.88%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=56.16%
G=7.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283214600.860.360.11325.178.450.98
HexE4209205624B1454e33
Octal344402220126441350511663
Binary11100100100000100100100101011010010010111010001011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42092; }

 p { color: rgb(228,32,146); }

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

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

 a { background-color: rgb(228,32,146); }

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

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

 span { border-color: rgb(228,32,146); }

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