#E92182

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

Shades of Deep Cerise #E92182

Tints of Deep Cerise #E92182

Color information

#E92182 (or 0xE92182) is unknown color: approx Deep Cerise. HEX triplet: E9, 21 and 82. RGB value is (233,33,130). Sum of RGB (Red+Green+Blue) = 233+33+130=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E92182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92182 is #16DE7D. Grayscale: #676767. Windows color (decimal): -1498750 or 8528361. OLE color: 8528361.

HSL color Cylindrical-coordinate representation of color #E92182: hue angle of 330.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92182 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23333130-
CMYK00.860.440.09
HSL330.9º81.97%52.16%-
HSV(B)330.9º85.84%91.37%-
XYZ38.1820.0222.97-
YUV103.86142.76220.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.84%
GREEN value IS 33 (13.28% from 255) = 8.33%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=58.84%
G=8.33%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333313000.860.440.09330.981.9752.16
HexE921820562C914b5234
Octal351412020126541151312264
Binary11101001100001100000100101011010110010011010010111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92182; }

 p { color: rgb(233,33,130); }

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

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

 a { background-color: rgb(233,33,130); }

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

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

 span { border-color: rgb(233,33,130); }

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