#E13DA5

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

Shades of Deep Cerise #E13DA5

Tints of Deep Cerise #E13DA5

Color information

#E13DA5 (or 0xE13DA5) is unknown color: approx Deep Cerise. HEX triplet: E1, 3D and A5. RGB value is (225,61,165). Sum of RGB (Red+Green+Blue) = 225+61+165=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13DA5 is #1EC25A. Grayscale: #797979. Windows color (decimal): -2015835 or 10829281. OLE color: 10829281.

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

Color convert

RGB22561165-
CMYK00.730.270.12
HSL321.95º73.21%56.08%-
HSV(B)321.95º72.89%88.24%-
XYZ39.5122.0637.77-
YUV121.89152.33201.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=49.89%
G=13.53%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256116500.730.270.12321.9573.2156.08
HexE13DA50491BC1424938
Octal341752450111331450211170
Binary1110000111110110100101010010011101111001010000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13DA5; }

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

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

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

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

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

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

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

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