#E86180

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

Shades of Dark Pink #E86180

Tints of Dark Pink #E86180

Color information

#E86180 (or 0xE86180) is unknown color: approx Dark Pink. HEX triplet: E8, 61 and 80. RGB value is (232,97,128). Sum of RGB (Red+Green+Blue) = 232+97+128=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E86180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86180 is #179E7F. Grayscale: #8C8C8C. Windows color (decimal): -1547904 or 8413672. OLE color: 8413672.

HSL color Cylindrical-coordinate representation of color #E86180: hue angle of 346.22º 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 #E86180 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23297128-
CMYK00.580.450.09
HSL346.22º74.59%64.51%-
HSV(B)346.22º58.19%90.98%-
XYZ41.4527.2623.5-
YUV140.9120.73192.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=50.77%
G=21.23%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329712800.580.450.09346.2274.5964.51
HexE8618003A2D915a4b41
Octal3501412000725511532113101
Binary111010001100001100000000111010101101100110101101010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86180; }

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

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

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

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

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

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

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

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