#E54F7D

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

Shades of Dark Pink #E54F7D

Tints of Dark Pink #E54F7D

Color information

#E54F7D (or 0xE54F7D) is unknown color: approx Dark Pink. HEX triplet: E5, 4F and 7D. RGB value is (229,79,125). Sum of RGB (Red+Green+Blue) = 229+79+125=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F7D is #1AB082. Grayscale: #818181. Windows color (decimal): -1749123 or 8212453. OLE color: 8212453.

HSL color Cylindrical-coordinate representation of color #E54F7D: hue angle of 341.6º degrees, saturation: 0.74, 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 #E54F7D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22979125-
CMYK00.660.450.10
HSL341.6º74.26%60.39%-
HSV(B)341.6º65.5%89.8%-
XYZ38.8123.7321.94-
YUV129.09125.7199.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=52.89%
G=18.24%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297912500.660.450.10341.674.2660.39
HexE54F7D0422DA1564a3c
Octal3451171750102551252611274
Binary11100101100111111111010100001010110110101010101101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F7D; }

 p { color: rgb(229,79,125); }

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

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

 a { background-color: rgb(229,79,125); }

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

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

 span { border-color: rgb(229,79,125); }

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