#E13395

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

Shades of Deep Cerise #E13395

Tints of Deep Cerise #E13395

Color information

#E13395 (or 0xE13395) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 95. RGB value is (225,51,149). Sum of RGB (Red+Green+Blue) = 225+51+149=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13395 is #1ECC6A. Grayscale: #717171. Windows color (decimal): -2018411 or 9778145. OLE color: 9778145.

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

Color convert

RGB22551149-
CMYK00.770.340.12
HSL326.21º74.36%54.12%-
HSV(B)326.21º77.33%88.24%-
XYZ37.6620.5530.41-
YUV114.2147.65207.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=52.94%
G=12%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255114900.770.340.12326.2174.3654.12
HexE1339504D22C1464a36
Octal341632250115421450611266
Binary11100001110011100101010100110110001011001010001101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13395; }

 p { color: rgb(225,51,149); }

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

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

 a { background-color: rgb(225,51,149); }

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

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

 span { border-color: rgb(225,51,149); }

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