#E13D96

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

Shades of Deep Cerise #E13D96

Tints of Deep Cerise #E13D96

Color information

#E13D96 (or 0xE13D96) is unknown color: approx Deep Cerise. HEX triplet: E1, 3D and 96. RGB value is (225,61,150). Sum of RGB (Red+Green+Blue) = 225+61+150=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D96 is #1EC269. Grayscale: #777777. Windows color (decimal): -2015850 or 9846241. OLE color: 9846241.

HSL color Cylindrical-coordinate representation of color #E13D96: hue angle of 327.44º 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 #E13D96 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22561150-
CMYK00.730.330.12
HSL327.44º73.21%56.08%-
HSV(B)327.44º72.89%88.24%-
XYZ38.2321.5531-
YUV120.18144.83202.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=51.61%
G=13.99%
B=34.40%

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
Decimal2256115000.730.330.12327.4473.2156.08
HexE13D9604921C1474938
Octal341752260111411450711170
Binary11100001111101100101100100100110000111001010001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D96; }

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

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

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

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

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

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

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

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