#E13C91

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

Shades of Deep Cerise #E13C91

Tints of Deep Cerise #E13C91

Color information

#E13C91 (or 0xE13C91) is unknown color: approx Deep Cerise. HEX triplet: E1, 3C and 91. RGB value is (225,60,145). Sum of RGB (Red+Green+Blue) = 225+60+145=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C91 is #1EC36E. Grayscale: #767676. Windows color (decimal): -2016111 or 9518305. OLE color: 9518305.

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

Color convert

RGB22560145-
CMYK00.730.360.12
HSL329.09º73.33%55.88%-
HSV(B)329.09º73.33%88.24%-
XYZ37.7821.2828.91-
YUV119.02142.66203.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=52.33%
G=13.95%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256014500.730.360.12329.0973.3355.88
HexE13C9104924C1494938
Octal341742210111441451111170
Binary11100001111100100100010100100110010011001010010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C91; }

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

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

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

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

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

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

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

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