#E85F82

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

Shades of Dark Pink #E85F82

Tints of Dark Pink #E85F82

Color information

#E85F82 (or 0xE85F82) is unknown color: approx Dark Pink. HEX triplet: E8, 5F and 82. RGB value is (232,95,130). Sum of RGB (Red+Green+Blue) = 232+95+130=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F82 is #17A07D. Grayscale: #8B8B8B. Windows color (decimal): -1548414 or 8544232. OLE color: 8544232.

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

Color convert

RGB23295130-
CMYK00.590.440.09
HSL344.67º74.86%64.12%-
HSV(B)344.67º59.05%90.98%-
XYZ41.426.9524.14-
YUV139.95122.39193.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=50.77%
G=20.79%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329513000.590.440.09344.6774.8664.12
HexE85F8203B2C91594b40
Octal3501372020735411531113100
Binary111010001011111100000100111011101100100110101100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F82; }

 p { color: rgb(232,95,130); }

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

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

 a { background-color: rgb(232,95,130); }

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

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

 span { border-color: rgb(232,95,130); }

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