#E13E92

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

Shades of Deep Cerise #E13E92

Tints of Deep Cerise #E13E92

Color information

#E13E92 (or 0xE13E92) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 92. RGB value is (225,62,146). Sum of RGB (Red+Green+Blue) = 225+62+146=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E92 is #1EC16D. Grayscale: #787878. Windows color (decimal): -2015598 or 9584353. OLE color: 9584353.

HSL color Cylindrical-coordinate representation of color #E13E92: hue angle of 329.08º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E92 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB22562146-
CMYK00.720.350.12
HSL329.08º73.09%56.27%-
HSV(B)329.08º72.44%88.24%-
XYZ37.9621.5329.35-
YUV120.31142.5202.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=51.96%
G=14.32%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256214600.720.350.12329.0873.0956.27
HexE13E9204823C1494938
Octal341762220110431451111170
Binary11100001111110100100100100100010001111001010010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E92; }

 p { color: rgb(225,62,146); }

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

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

 a { background-color: rgb(225,62,146); }

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

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

 span { border-color: rgb(225,62,146); }

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