#E54985

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

Shades of Dark Pink #E54985

Tints of Dark Pink #E54985

Color information

#E54985 (or 0xE54985) is unknown color: approx Dark Pink. HEX triplet: E5, 49 and 85. RGB value is (229,73,133). Sum of RGB (Red+Green+Blue) = 229+73+133=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54985 is #1AB67A. Grayscale: #7E7E7E. Windows color (decimal): -1750651 or 8735205. OLE color: 8735205.

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

Color convert

RGB22973133-
CMYK00.680.420.10
HSL336.92º75%59.22%-
HSV(B)336.92º68.12%89.8%-
XYZ38.9323.1224.6-
YUV126.48131.68201.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=52.64%
G=16.78%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297313300.680.420.10336.927559.22
HexE549850442AA1514b3b
Octal3451112050104521252111373
Binary111001011001001100001010100010010101010101010100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54985; }

 p { color: rgb(229,73,133); }

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

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

 a { background-color: rgb(229,73,133); }

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

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

 span { border-color: rgb(229,73,133); }

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