#E86087

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

Shades of Dark Pink #E86087

Tints of Dark Pink #E86087

Color information

#E86087 (or 0xE86087) is unknown color: approx Dark Pink. HEX triplet: E8, 60 and 87. RGB value is (232,96,135). Sum of RGB (Red+Green+Blue) = 232+96+135=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E86087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86087 is #179F78. Grayscale: #8D8D8D. Windows color (decimal): -1548153 or 8872168. OLE color: 8872168.

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

Color convert

RGB23296135-
CMYK00.590.420.09
HSL342.79º74.73%64.31%-
HSV(B)342.79º58.62%90.98%-
XYZ41.8327.2725.98-
YUV141.11124.56192.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.11%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=50.11%
G=20.73%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329613500.590.420.09342.7974.7364.31
HexE8608703B2A91574b40
Octal3501402070735211527113100
Binary111010001100000100001110111011101010100110101011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86087; }

 p { color: rgb(232,96,135); }

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

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

 a { background-color: rgb(232,96,135); }

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

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

 span { border-color: rgb(232,96,135); }

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