#E54F7C

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

Shades of Dark Pink #E54F7C

Tints of Dark Pink #E54F7C

Color information

#E54F7C (or 0xE54F7C) is unknown color: approx Dark Pink. HEX triplet: E5, 4F and 7C. RGB value is (229,79,124). Sum of RGB (Red+Green+Blue) = 229+79+124=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F7C is #1AB083. Grayscale: #808080. Windows color (decimal): -1749124 or 8146917. OLE color: 8146917.

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

Color convert

RGB22979124-
CMYK00.660.460.10
HSL342º74.26%60.39%-
HSV(B)342º65.5%89.8%-
XYZ38.7523.7121.6-
YUV128.98125.2199.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.01%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=53.01%
G=18.29%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297912400.660.460.1034274.2660.39
HexE54F7C0422EA1564a3c
Octal3451171740102561252611274
Binary11100101100111111111000100001010111010101010101101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F7C; }

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

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

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

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

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

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

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

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