#E85F83

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

Shades of Dark Pink #E85F83

Tints of Dark Pink #E85F83

Color information

#E85F83 (or 0xE85F83) is unknown color: approx Dark Pink. HEX triplet: E8, 5F and 83. RGB value is (232,95,131). Sum of RGB (Red+Green+Blue) = 232+95+131=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F83 is #17A07C. Grayscale: #8C8C8C. Windows color (decimal): -1548413 or 8609768. OLE color: 8609768.

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

Color convert

RGB23295131-
CMYK00.590.440.09
HSL344.23º74.86%64.12%-
HSV(B)344.23º59.05%90.98%-
XYZ41.4726.9824.49-
YUV140.07122.89193.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=50.66%
G=20.74%
B=28.60%

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
Decimal2329513100.590.440.09344.2374.8664.12
HexE85F8303B2C91584b40
Octal3501372030735411530113100
Binary111010001011111100000110111011101100100110101100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F83; }

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

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

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

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

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

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

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

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