#E13988

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

Shades of Deep Cerise #E13988

Tints of Deep Cerise #E13988

Color information

#E13988 (or 0xE13988) is unknown color: approx Deep Cerise. HEX triplet: E1, 39 and 88. RGB value is (225,57,136). Sum of RGB (Red+Green+Blue) = 225+57+136=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E13988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13988 is #1EC677. Grayscale: #747474. Windows color (decimal): -2016888 or 8927713. OLE color: 8927713.

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

Color convert

RGB22557136-
CMYK00.750.400.12
HSL331.79º73.68%55.29%-
HSV(B)331.79º74.67%88.24%-
XYZ36.9620.7125.34-
YUV116.24139.16205.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.83%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=53.83%
G=13.64%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255713600.750.400.12331.7973.6855.29
HexE1398804B28C14c4a37
Octal341712100113501451411267
Binary11100001111001100010000100101110100011001010011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13988; }

 p { color: rgb(225,57,136); }

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

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

 a { background-color: rgb(225,57,136); }

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

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

 span { border-color: rgb(225,57,136); }

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