#E54D81

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

Shades of Dark Pink #E54D81

Tints of Dark Pink #E54D81

Color information

#E54D81 (or 0xE54D81) is unknown color: approx Dark Pink. HEX triplet: E5, 4D and 81. RGB value is (229,77,129). Sum of RGB (Red+Green+Blue) = 229+77+129=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D81 is #1AB27E. Grayscale: #808080. Windows color (decimal): -1749631 or 8474085. OLE color: 8474085.

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

Color convert

RGB22977129-
CMYK00.660.440.10
HSL339.47º74.51%60%-
HSV(B)339.47º66.38%89.8%-
XYZ38.9323.5523.26-
YUV128.38128.36199.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=52.64%
G=17.70%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297712900.660.440.10339.4774.5160
HexE54D810422CA1534b3c
Octal3451152010102541252311374
Binary111001011001101100000010100001010110010101010100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54D81; }

 p { color: rgb(229,77,129); }

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

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

 a { background-color: rgb(229,77,129); }

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

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

 span { border-color: rgb(229,77,129); }

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