#E54C8A

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

Shades of Dark Pink #E54C8A

Tints of Dark Pink #E54C8A

Color information

#E54C8A (or 0xE54C8A) is unknown color: approx Dark Pink. HEX triplet: E5, 4C and 8A. RGB value is (229,76,138). Sum of RGB (Red+Green+Blue) = 229+76+138=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C8A is #1AB375. Grayscale: #808080. Windows color (decimal): -1749878 or 9063653. OLE color: 9063653.

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

Color convert

RGB22976138-
CMYK00.670.400.10
HSL335.69º74.63%59.8%-
HSV(B)335.69º66.81%89.8%-
XYZ39.4823.6626.53-
YUV128.82133.19199.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.69%
GREEN value IS 76 (30.08% from 255) = 17.16%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=51.69%
G=17.16%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297613800.670.400.10335.6974.6359.8
HexE54C8A04328A1504b3c
Octal3451142120103501252011374
Binary111001011001100100010100100001110100010101010100001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C8A; }

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

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

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

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

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

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

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

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