#E13099

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

Shades of Deep Cerise #E13099

Tints of Deep Cerise #E13099

Color information

#E13099 (or 0xE13099) is unknown color: approx Deep Cerise. HEX triplet: E1, 30 and 99. RGB value is (225,48,153). Sum of RGB (Red+Green+Blue) = 225+48+153=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E13099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13099 is #1ECF66. Grayscale: #707070. Windows color (decimal): -2019175 or 10039521. OLE color: 10039521.

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

Color convert

RGB22548153-
CMYK00.790.320.12
HSL324.41º74.68%53.53%-
HSV(B)324.41º78.67%88.24%-
XYZ37.8620.4232.08-
YUV112.89150.64207.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 48 (19.14% from 255) = 11.27%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=52.82%
G=11.27%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254815300.790.320.12324.4174.6853.53
HexE1309904F20C1444b36
Octal341602310117401450411366
Binary11100001110000100110010100111110000011001010001001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13099; }

 p { color: rgb(225,48,153); }

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

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

 a { background-color: rgb(225,48,153); }

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

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

 span { border-color: rgb(225,48,153); }

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