#E85C85

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

Shades of Dark Pink #E85C85

Tints of Dark Pink #E85C85

Color information

#E85C85 (or 0xE85C85) is unknown color: approx Dark Pink. HEX triplet: E8, 5C and 85. RGB value is (232,92,133). Sum of RGB (Red+Green+Blue) = 232+92+133=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C85 is #17A37A. Grayscale: #8A8A8A. Windows color (decimal): -1549179 or 8740072. OLE color: 8740072.

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

Color convert

RGB23292133-
CMYK00.600.430.09
HSL342.43º75.27%63.53%-
HSV(B)342.43º60.34%90.98%-
XYZ41.3426.525.13-
YUV138.53124.88194.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=50.77%
G=20.13%
B=29.10%

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
Decimal2329213300.600.430.09342.4375.2763.53
HexE85C8503C2B91564b40
Octal3501342050745311526113100
Binary111010001011100100001010111100101011100110101011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C85; }

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

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

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

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

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

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

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

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