#E54191

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

Shades of Deep Cerise #E54191

Tints of Deep Cerise #E54191

Color information

#E54191 (or 0xE54191) is unknown color: approx Deep Cerise. HEX triplet: E5, 41 and 91. RGB value is (229,65,145). Sum of RGB (Red+Green+Blue) = 229+65+145=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E54191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54191 is #1ABE6E. Grayscale: #7B7B7B. Windows color (decimal): -1752687 or 9519589. OLE color: 9519589.

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

Color convert

RGB22965145-
CMYK00.720.370.10
HSL330.73º75.93%57.65%-
HSV(B)330.73º71.62%89.8%-
XYZ39.3122.4829.06-
YUV123.16140.33203.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 145 (57.03% from 255) = 33.03%
R=52.16%
G=14.81%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296514500.720.370.10330.7375.9357.65
HexE5419104825A14b4c3a
Octal3451012210110451251311472
Binary111001011000001100100010100100010010110101010010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54191; }

 p { color: rgb(229,65,145); }

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

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

 a { background-color: rgb(229,65,145); }

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

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

 span { border-color: rgb(229,65,145); }

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