#E54B7D

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

Shades of Dark Pink #E54B7D

Tints of Dark Pink #E54B7D

Color information

#E54B7D (or 0xE54B7D) is unknown color: approx Dark Pink. HEX triplet: E5, 4B and 7D. RGB value is (229,75,125). Sum of RGB (Red+Green+Blue) = 229+75+125=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B7D is #1AB482. Grayscale: #7E7E7E. Windows color (decimal): -1750147 or 8211429. OLE color: 8211429.

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

Color convert

RGB22975125-
CMYK00.670.450.10
HSL340.52º74.76%59.61%-
HSV(B)340.52º67.25%89.8%-
XYZ38.5323.1721.84-
YUV126.75127.02200.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=53.38%
G=17.48%
B=29.14%

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
Decimal2297512500.670.450.10340.5274.7659.61
HexE54B7D0432DA1554b3c
Octal3451131750103551252511374
Binary11100101100101111111010100001110110110101010101011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B7D; }

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

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

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

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

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

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

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

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