#E53398

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

Shades of Deep Cerise #E53398

Tints of Deep Cerise #E53398

Color information

#E53398 (or 0xE53398) is unknown color: approx Deep Cerise. HEX triplet: E5, 33 and 98. RGB value is (229,51,152). Sum of RGB (Red+Green+Blue) = 229+51+152=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E53398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53398 is #1ACC67. Grayscale: #737373. Windows color (decimal): -1756264 or 9974757. OLE color: 9974757.

HSL color Cylindrical-coordinate representation of color #E53398: hue angle of 325.96º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53398 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22951152-
CMYK00.780.340.10
HSL325.96º77.39%54.9%-
HSV(B)325.96º77.73%89.8%-
XYZ39.1621.2931.75-
YUV115.74148.47208.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.01%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=53.01%
G=11.81%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295115200.780.340.10325.9677.3954.9
HexE5339804E22A1464d37
Octal345632300116421250611567
Binary11100101110011100110000100111010001010101010001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53398; }

 p { color: rgb(229,51,152); }

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

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

 a { background-color: rgb(229,51,152); }

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

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

 span { border-color: rgb(229,51,152); }

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