#E54C80

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

Shades of Dark Pink #E54C80

Tints of Dark Pink #E54C80

Color information

#E54C80 (or 0xE54C80) is unknown color: approx Dark Pink. HEX triplet: E5, 4C and 80. RGB value is (229,76,128). Sum of RGB (Red+Green+Blue) = 229+76+128=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C80 is #1AB37F. Grayscale: #7F7F7F. Windows color (decimal): -1749888 or 8408293. OLE color: 8408293.

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

Color convert

RGB22976128-
CMYK00.670.440.10
HSL339.61º74.63%59.8%-
HSV(B)339.61º66.81%89.8%-
XYZ38.7923.3922.89-
YUV127.68128.19200.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=52.89%
G=17.55%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297612800.670.440.10339.6174.6359.8
HexE54C800432CA1544b3c
Octal3451142000103541252411374
Binary111001011001100100000000100001110110010101010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C80; }

 p { color: rgb(229,76,128); }

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

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

 a { background-color: rgb(229,76,128); }

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

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

 span { border-color: rgb(229,76,128); }

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