#E85772

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

Shades of Dark Pink #E85772

Tints of Dark Pink #E85772

Color information

#E85772 (or 0xE85772) is unknown color: approx Dark Pink. HEX triplet: E8, 57 and 72. RGB value is (232,87,114). Sum of RGB (Red+Green+Blue) = 232+87+114=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85772 is #17A88D. Grayscale: #858585. Windows color (decimal): -1550478 or 7493608. OLE color: 7493608.

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

Color convert

RGB23287114-
CMYK00.620.510.09
HSL348.83º75.92%62.55%-
HSV(B)348.83º62.5%90.98%-
XYZ39.7225.1918.69-
YUV133.43117.04198.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=53.58%
G=20.09%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328711400.620.510.09348.8375.9262.55
HexE8577203E33915d4c3f
Octal350127162076631153511477
Binary1110100010101111110010011111011001110011010111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85772; }

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

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

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

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

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

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

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

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