#E55982

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

Shades of Dark Pink #E55982

Tints of Dark Pink #E55982

Color information

#E55982 (or 0xE55982) is unknown color: approx Dark Pink. HEX triplet: E5, 59 and 82. RGB value is (229,89,130). Sum of RGB (Red+Green+Blue) = 229+89+130=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E55982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55982 is #1AA67D. Grayscale: #878787. Windows color (decimal): -1746558 or 8542693. OLE color: 8542693.

HSL color Cylindrical-coordinate representation of color #E55982: hue angle of 342.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55982 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB22989130-
CMYK00.610.430.10
HSL342.43º72.92%62.35%-
HSV(B)342.43º61.14%89.8%-
XYZ39.9125.4123.92-
YUV135.53124.88194.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=51.12%
G=19.87%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298913000.610.430.10342.4372.9262.35
HexE5598203D2BA156493e
Octal345131202075531252611176
Binary11100101101100110000010011110110101110101010101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55982; }

 p { color: rgb(229,89,130); }

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

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

 a { background-color: rgb(229,89,130); }

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

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

 span { border-color: rgb(229,89,130); }

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