#E85C84

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

Shades of Dark Pink #E85C84

Tints of Dark Pink #E85C84

Color information

#E85C84 (or 0xE85C84) is unknown color: approx Dark Pink. HEX triplet: E8, 5C and 84. RGB value is (232,92,132). Sum of RGB (Red+Green+Blue) = 232+92+132=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C84 is #17A37B. Grayscale: #8A8A8A. Windows color (decimal): -1549180 or 8674536. OLE color: 8674536.

HSL color Cylindrical-coordinate representation of color #E85C84: hue angle of 342.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C84 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23292132-
CMYK00.600.430.09
HSL342.86º75.27%63.53%-
HSV(B)342.86º60.34%90.98%-
XYZ41.2726.4824.76-
YUV138.42124.38194.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.88%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=50.88%
G=20.18%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329213200.600.430.09342.8675.2763.53
HexE85C8403C2B91574b40
Octal3501342040745311527113100
Binary111010001011100100001000111100101011100110101011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C84; }

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

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

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

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

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

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

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

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