#E85E77

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

Shades of Dark Pink #E85E77

Tints of Dark Pink #E85E77

Color information

#E85E77 (or 0xE85E77) is unknown color: approx Dark Pink. HEX triplet: E8, 5E and 77. RGB value is (232,94,119). Sum of RGB (Red+Green+Blue) = 232+94+119=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E77 is #17A188. Grayscale: #8A8A8A. Windows color (decimal): -1548681 or 7823080. OLE color: 7823080.

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

Color convert

RGB23294119-
CMYK00.590.490.09
HSL349.13º75%63.92%-
HSV(B)349.13º59.48%90.98%-
XYZ40.6126.4920.43-
YUV138.11117.22194.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.13%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=52.13%
G=21.12%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329411900.590.490.09349.137563.92
HexE85E7703B31915d4b40
Octal3501361670736111535113100
Binary11101000101111011101110111011110001100110101110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85E77; }

 p { color: rgb(232,94,119); }

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

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

 a { background-color: rgb(232,94,119); }

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

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

 span { border-color: rgb(232,94,119); }

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