#E85770

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

Shades of Dark Pink #E85770

Tints of Dark Pink #E85770

Color information

#E85770 (or 0xE85770) is unknown color: approx Dark Pink. HEX triplet: E8, 57 and 70. RGB value is (232,87,112). Sum of RGB (Red+Green+Blue) = 232+87+112=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85770 is #17A88F. Grayscale: #858585. Windows color (decimal): -1550480 or 7362536. OLE color: 7362536.

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

Color convert

RGB23287112-
CMYK00.620.520.09
HSL349.66º75.92%62.55%-
HSV(B)349.66º62.5%90.98%-
XYZ39.6125.1418.09-
YUV133.2116.04198.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.83%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=53.83%
G=20.19%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328711200.620.520.09349.6675.9262.55
HexE8577003E34915e4c3f
Octal350127160076641153611477
Binary1110100010101111110000011111011010010011010111101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85770; }

 p { color: rgb(232,87,112); }

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

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

 a { background-color: rgb(232,87,112); }

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

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

 span { border-color: rgb(232,87,112); }

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