#E85F80

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

Shades of Dark Pink #E85F80

Tints of Dark Pink #E85F80

Color information

#E85F80 (or 0xE85F80) is unknown color: approx Dark Pink. HEX triplet: E8, 5F and 80. RGB value is (232,95,128). Sum of RGB (Red+Green+Blue) = 232+95+128=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F80 is #17A07F. Grayscale: #8B8B8B. Windows color (decimal): -1548416 or 8413160. OLE color: 8413160.

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

Color convert

RGB23295128-
CMYK00.590.450.09
HSL345.55º74.86%64.12%-
HSV(B)345.55º59.05%90.98%-
XYZ41.2726.923.44-
YUV139.72121.39193.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.99%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=50.99%
G=20.88%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329512800.590.450.09345.5574.8664.12
HexE85F8003B2D915a4b40
Octal3501372000735511532113100
Binary111010001011111100000000111011101101100110101101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F80; }

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

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

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

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

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

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

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

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