#E54089

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

Shades of Deep Cerise #E54089

Tints of Deep Cerise #E54089

Color information

#E54089 (or 0xE54089) is unknown color: approx Deep Cerise. HEX triplet: E5, 40 and 89. RGB value is (229,64,137). Sum of RGB (Red+Green+Blue) = 229+64+137=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54089 is #1ABF76. Grayscale: #797979. Windows color (decimal): -1752951 or 8995045. OLE color: 8995045.

HSL color Cylindrical-coordinate representation of color #E54089: hue angle of 333.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54089 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB22964137-
CMYK00.720.400.10
HSL333.45º76.04%57.45%-
HSV(B)333.45º72.05%89.8%-
XYZ38.6622.1325.9-
YUV121.66136.66204.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.26%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=53.26%
G=14.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296413700.720.400.10333.4576.0457.45
HexE5408904828A14d4c39
Octal3451002110110501251511471
Binary111001011000000100010010100100010100010101010011011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54089; }

 p { color: rgb(229,64,137); }

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

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

 a { background-color: rgb(229,64,137); }

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

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

 span { border-color: rgb(229,64,137); }

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