#E85784

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

Shades of Dark Pink #E85784

Tints of Dark Pink #E85784

Color information

#E85784 (or 0xE85784) is unknown color: approx Dark Pink. HEX triplet: E8, 57 and 84. RGB value is (232,87,132). Sum of RGB (Red+Green+Blue) = 232+87+132=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E85784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85784 is #17A87B. Grayscale: #878787. Windows color (decimal): -1550460 or 8673256. OLE color: 8673256.

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

Color convert

RGB23287132-
CMYK00.620.430.09
HSL341.38º75.92%62.55%-
HSV(B)341.38º62.5%90.98%-
XYZ40.8525.6424.63-
YUV135.48126.04196.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=51.44%
G=19.29%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328713200.620.430.09341.3875.9262.55
HexE8578403E2B91554c3f
Octal350127204076531152511477
Binary11101000101011110000100011111010101110011010101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85784; }

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

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

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

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

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

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

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

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