#E86186

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

Shades of Dark Pink #E86186

Tints of Dark Pink #E86186

Color information

#E86186 (or 0xE86186) is unknown color: approx Dark Pink. HEX triplet: E8, 61 and 86. RGB value is (232,97,134). Sum of RGB (Red+Green+Blue) = 232+97+134=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E86186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86186 is #179E79. Grayscale: #8D8D8D. Windows color (decimal): -1547898 or 8806888. OLE color: 8806888.

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

Color convert

RGB23297134-
CMYK00.580.420.09
HSL343.56º74.59%64.51%-
HSV(B)343.56º58.19%90.98%-
XYZ41.8627.4325.64-
YUV141.58123.73192.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.11%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=50.11%
G=20.95%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329713400.580.420.09343.5674.5964.51
HexE8618603A2A91584b41
Octal3501412060725211530113101
Binary111010001100001100001100111010101010100110101100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86186; }

 p { color: rgb(232,97,134); }

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

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

 a { background-color: rgb(232,97,134); }

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

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

 span { border-color: rgb(232,97,134); }

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