#E13389

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

Shades of Deep Cerise #E13389

Tints of Deep Cerise #E13389

Color information

#E13389 (or 0xE13389) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 89. RGB value is (225,51,137). Sum of RGB (Red+Green+Blue) = 225+51+137=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E13389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13389 is #1ECC76. Grayscale: #707070. Windows color (decimal): -2018423 or 8991713. OLE color: 8991713.

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

Color convert

RGB22551137-
CMYK00.770.390.12
HSL330.34º74.36%54.12%-
HSV(B)330.34º77.33%88.24%-
XYZ36.7520.1825.63-
YUV112.83141.65208.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.48%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=54.48%
G=12.35%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255113700.770.390.12330.3474.3654.12
HexE1338904D27C14a4a36
Octal341632110115471451211266
Binary11100001110011100010010100110110011111001010010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13389; }

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

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

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

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

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

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

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

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