#E85F8C

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

Shades of Dark Pink #E85F8C

Tints of Dark Pink #E85F8C

Color information

#E85F8C (or 0xE85F8C) is unknown color: approx Dark Pink. HEX triplet: E8, 5F and 8C. RGB value is (232,95,140). Sum of RGB (Red+Green+Blue) = 232+95+140=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F8C is #17A073. Grayscale: #8D8D8D. Windows color (decimal): -1548404 or 9199592. OLE color: 9199592.

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

Color convert

RGB23295140-
CMYK00.590.400.09
HSL340.29º74.86%64.12%-
HSV(B)340.29º59.05%90.98%-
XYZ42.127.2327.85-
YUV141.09127.39192.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.68%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=49.68%
G=20.34%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329514000.590.400.09340.2974.8664.12
HexE85F8C03B2891544b40
Octal3501372140735011524113100
Binary111010001011111100011000111011101000100110101010010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F8C; }

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

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

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

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

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

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

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

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