#E13C7E

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

Shades of Deep Cerise #E13C7E

Tints of Deep Cerise #E13C7E

Color information

#E13C7E (or 0xE13C7E) is unknown color: approx Deep Cerise. HEX triplet: E1, 3C and 7E. RGB value is (225,60,126). Sum of RGB (Red+Green+Blue) = 225+60+126=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C7E is #1EC381. Grayscale: #747474. Windows color (decimal): -2016130 or 8273121. OLE color: 8273121.

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

Color convert

RGB22560126-
CMYK00.730.440.12
HSL336º73.33%55.88%-
HSV(B)336º73.33%88.24%-
XYZ36.4320.7521.82-
YUV116.86133.16205.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=54.74%
G=14.60%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256012600.730.440.1233673.3355.88
HexE13C7E0492CC1504938
Octal341741760111541452011170
Binary1110000111110011111100100100110110011001010100001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C7E; }

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

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

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

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

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

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

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

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