#E13396

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

Shades of Deep Cerise #E13396

Tints of Deep Cerise #E13396

Color information

#E13396 (or 0xE13396) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 96. RGB value is (225,51,150). Sum of RGB (Red+Green+Blue) = 225+51+150=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E13396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13396 is #1ECC69. Grayscale: #727272. Windows color (decimal): -2018410 or 9843681. OLE color: 9843681.

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

Color convert

RGB22551150-
CMYK00.770.330.12
HSL325.86º74.36%54.12%-
HSV(B)325.86º77.33%88.24%-
XYZ37.7420.5830.84-
YUV114.31148.15206.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 51 (20.31% from 255) = 11.97%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=52.82%
G=11.97%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255115000.770.330.12325.8674.3654.12
HexE1339604D21C1464a36
Octal341632260115411450611266
Binary11100001110011100101100100110110000111001010001101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13396; }

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

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

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

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

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

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

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

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