#E85E83

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

Shades of Dark Pink #E85E83

Tints of Dark Pink #E85E83

Color information

#E85E83 (or 0xE85E83) is unknown color: approx Dark Pink. HEX triplet: E8, 5E and 83. RGB value is (232,94,131). Sum of RGB (Red+Green+Blue) = 232+94+131=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E83 is #17A17C. Grayscale: #8B8B8B. Windows color (decimal): -1548669 or 8609512. OLE color: 8609512.

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

Color convert

RGB23294131-
CMYK00.590.440.09
HSL343.91º75%63.92%-
HSV(B)343.91º59.48%90.98%-
XYZ41.3826.824.46-
YUV139.48123.22193.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=50.77%
G=20.57%
B=28.67%

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
Decimal2329413100.590.440.09343.917563.92
HexE85E8303B2C91584b40
Octal3501362030735411530113100
Binary111010001011110100000110111011101100100110101100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85E83; }

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

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

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

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

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

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

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

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