#E54880

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

Shades of Dark Pink #E54880

Tints of Dark Pink #E54880

Color information

#E54880 (or 0xE54880) is unknown color: approx Dark Pink. HEX triplet: E5, 48 and 80. RGB value is (229,72,128). Sum of RGB (Red+Green+Blue) = 229+72+128=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54880 is #1AB77F. Grayscale: #7D7D7D. Windows color (decimal): -1750912 or 8407269. OLE color: 8407269.

HSL color Cylindrical-coordinate representation of color #E54880: hue angle of 338.6º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54880 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB22972128-
CMYK00.690.440.10
HSL338.6º75.12%59.02%-
HSV(B)338.6º68.56%89.8%-
XYZ38.5322.8522.8-
YUV125.33129.51201.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=53.38%
G=16.78%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297212800.690.440.10338.675.1259.02
HexE548800452CA1534b3b
Octal3451102000105541252311373
Binary111001011001000100000000100010110110010101010100111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54880; }

 p { color: rgb(229,72,128); }

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

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

 a { background-color: rgb(229,72,128); }

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

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

 span { border-color: rgb(229,72,128); }

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