#E85970

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

Shades of Dark Pink #E85970

Tints of Dark Pink #E85970

Color information

#E85970 (or 0xE85970) is unknown color: approx Dark Pink. HEX triplet: E8, 59 and 70. RGB value is (232,89,112). Sum of RGB (Red+Green+Blue) = 232+89+112=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85970 is #17A68F. Grayscale: #868686. Windows color (decimal): -1549968 or 7363048. OLE color: 7363048.

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

Color convert

RGB23289112-
CMYK00.620.520.09
HSL350.35º75.66%62.94%-
HSV(B)350.35º61.64%90.98%-
XYZ39.7825.4718.15-
YUV134.38115.38197.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=53.58%
G=20.55%
B=25.87%

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
Decimal2328911200.620.520.09350.3575.6662.94
HexE8597003E34915e4c3f
Octal350131160076641153611477
Binary1110100010110011110000011111011010010011010111101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85970; }

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

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

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

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

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

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

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

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