#E56086

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

Shades of Dark Pink #E56086

Tints of Dark Pink #E56086

Color information

#E56086 (or 0xE56086) is unknown color: approx Dark Pink. HEX triplet: E5, 60 and 86. RGB value is (229,96,134). Sum of RGB (Red+Green+Blue) = 229+96+134=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56086 is #1A9F79. Grayscale: #8C8C8C. Windows color (decimal): -1744762 or 8806629. OLE color: 8806629.

HSL color Cylindrical-coordinate representation of color #E56086: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56086 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB22996134-
CMYK00.580.410.10
HSL342.86º71.89%63.73%-
HSV(B)342.86º58.08%89.8%-
XYZ40.826.7425.57-
YUV140.1124.56191.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=49.89%
G=20.92%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299613400.580.410.10342.8671.8963.73
HexE5608603A29A1574840
Octal3451402060725112527110100
Binary111001011100000100001100111010101001101010101011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56086; }

 p { color: rgb(229,96,134); }

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

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

 a { background-color: rgb(229,96,134); }

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

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

 span { border-color: rgb(229,96,134); }

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