#e55983

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

Shades of Dark Pink #E55983

Tints of Dark Pink #E55983

Color information

#E55983 (or 0xE55983) is unknown color: approx Dark Pink. HEX triplet: E5, 59 and 83. RGB value is (229,89,131). Sum of RGB (Red+Green+Blue) = 229+89+131=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55983 is #1AA67C. Grayscale: #878787. Windows color (decimal): -1746557 or 8608229. OLE color: 8608229.

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

Color convert

RGB22989131-
CMYK00.610.430.10
HSL342º72.92%62.35%-
HSV(B)342º61.14%89.8%-
XYZ39.9825.4424.28-
YUV135.65125.38194.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=51.00%
G=19.82%
B=29.18%

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
Decimal2298913100.610.430.1034272.9262.35
HexE5598303D2BA156493e
Octal345131203075531252611176
Binary11100101101100110000011011110110101110101010101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55983; }

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

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

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

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

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

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

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

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