#E54784

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

Shades of Dark Pink #E54784

Tints of Dark Pink #E54784

Color information

#E54784 (or 0xE54784) is unknown color: approx Dark Pink. HEX triplet: E5, 47 and 84. RGB value is (229,71,132). Sum of RGB (Red+Green+Blue) = 229+71+132=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54784 is #1AB87B. Grayscale: #7D7D7D. Windows color (decimal): -1751164 or 8669157. OLE color: 8669157.

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

Color convert

RGB22971132-
CMYK00.690.420.10
HSL336.84º75.24%58.82%-
HSV(B)336.84º69%89.8%-
XYZ38.7322.8324.2-
YUV125.2131.85202.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.01%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=53.01%
G=16.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297113200.690.420.10336.8475.2458.82
HexE547840452AA1514b3b
Octal3451072040105521252111373
Binary111001011000111100001000100010110101010101010100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54784; }

 p { color: rgb(229,71,132); }

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

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

 a { background-color: rgb(229,71,132); }

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

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

 span { border-color: rgb(229,71,132); }

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