#E13689

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

Shades of Deep Cerise #E13689

Tints of Deep Cerise #E13689

Color information

#E13689 (or 0xE13689) is unknown color: approx Deep Cerise. HEX triplet: E1, 36 and 89. RGB value is (225,54,137). Sum of RGB (Red+Green+Blue) = 225+54+137=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E13689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13689 is #1EC976. Grayscale: #727272. Windows color (decimal): -2017655 or 8992481. OLE color: 8992481.

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

Color convert

RGB22554137-
CMYK00.760.390.12
HSL330.88º74.03%54.71%-
HSV(B)330.88º76%88.24%-
XYZ36.8920.4525.67-
YUV114.59140.65206.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.09%
GREEN value IS 54 (21.48% from 255) = 12.98%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=54.09%
G=12.98%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255413700.760.390.12330.8874.0354.71
HexE1368904C27C14b4a37
Octal341662110114471451311267
Binary11100001110110100010010100110010011111001010010111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13689; }

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

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

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

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

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

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

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

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