#e13c96

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

Shades of Deep Cerise #E13C96

Tints of Deep Cerise #E13C96

Color information

#E13C96 (or 0xE13C96) is unknown color: approx Deep Cerise. HEX triplet: E1, 3C and 96. RGB value is (225,60,150). Sum of RGB (Red+Green+Blue) = 225+60+150=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C96 is #1EC369. Grayscale: #777777. Windows color (decimal): -2016106 or 9845985. OLE color: 9845985.

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

Color convert

RGB22560150-
CMYK00.730.330.12
HSL327.27º73.33%55.88%-
HSV(B)327.27º73.33%88.24%-
XYZ38.1721.4430.98-
YUV119.6145.16203.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=51.72%
G=13.79%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256015000.730.330.12327.2773.3355.88
HexE13C9604921C1474938
Octal341742260111411450711170
Binary11100001111100100101100100100110000111001010001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13c96; }

 p { color: rgb(225,60,150); }

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

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

 a { background-color: rgb(225,60,150); }

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

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

 span { border-color: rgb(225,60,150); }

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