#E54C7E

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

Shades of Dark Pink #E54C7E

Tints of Dark Pink #E54C7E

Color information

#E54C7E (or 0xE54C7E) is unknown color: approx Dark Pink. HEX triplet: E5, 4C and 7E. RGB value is (229,76,126). Sum of RGB (Red+Green+Blue) = 229+76+126=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C7E is #1AB381. Grayscale: #7F7F7F. Windows color (decimal): -1749890 or 8277221. OLE color: 8277221.

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

Color convert

RGB22976126-
CMYK00.670.450.10
HSL340.39º74.63%59.8%-
HSV(B)340.39º66.81%89.8%-
XYZ38.6623.3322.2-
YUV127.45127.19200.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=53.13%
G=17.63%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297612600.670.450.10340.3974.6359.8
HexE54C7E0432DA1544b3c
Octal3451141760103551252411374
Binary11100101100110011111100100001110110110101010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C7E; }

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

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

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

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

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

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

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

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