#E54A86

Color #E54A86 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E54A86

Tints of Dark Pink #E54A86

Color information

#E54A86 (or 0xE54A86) is unknown color: approx Dark Pink. HEX triplet: E5, 4A and 86. RGB value is (229,74,134). Sum of RGB (Red+Green+Blue) = 229+74+134=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A86 is #1AB579. Grayscale: #7F7F7F. Windows color (decimal): -1750394 or 8800997. OLE color: 8800997.

HSL color Cylindrical-coordinate representation of color #E54A86: hue angle of 336.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A86 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB22974134-
CMYK00.680.410.10
HSL336.77º74.88%59.41%-
HSV(B)336.77º67.69%89.8%-
XYZ39.0623.2824.99-
YUV127.18131.85200.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=52.40%
G=16.93%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297413400.680.410.10336.7774.8859.41
HexE54A8604429A1514b3b
Octal3451122060104511252111373
Binary111001011001010100001100100010010100110101010100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A86; }

 p { color: rgb(229,74,134); }

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

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

 a { background-color: rgb(229,74,134); }

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

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

 span { border-color: rgb(229,74,134); }

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