#E85976

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

Shades of Dark Pink #E85976

Tints of Dark Pink #E85976

Color information

#E85976 (or 0xE85976) is unknown color: approx Dark Pink. HEX triplet: E8, 59 and 76. RGB value is (232,89,118). Sum of RGB (Red+Green+Blue) = 232+89+118=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E85976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85976 is #17A689. Grayscale: #878787. Windows color (decimal): -1549962 or 7756264. OLE color: 7756264.

HSL color Cylindrical-coordinate representation of color #E85976: hue angle of 347.83º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85976 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB23289118-
CMYK00.620.490.09
HSL347.83º75.66%62.94%-
HSV(B)347.83º61.64%90.98%-
XYZ40.1225.6119.97-
YUV135.06118.38197.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.85%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=52.85%
G=20.27%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328911800.620.490.09347.8375.6662.94
HexE8597603E31915c4c3f
Octal350131166076611153411477
Binary1110100010110011110110011111011000110011010111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85976; }

 p { color: rgb(232,89,118); }

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

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

 a { background-color: rgb(232,89,118); }

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

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

 span { border-color: rgb(232,89,118); }

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