#E85984

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

Shades of Dark Pink #E85984

Tints of Dark Pink #E85984

Color information

#E85984 (or 0xE85984) is unknown color: approx Dark Pink. HEX triplet: E8, 59 and 84. RGB value is (232,89,132). Sum of RGB (Red+Green+Blue) = 232+89+132=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E85984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85984 is #17A67B. Grayscale: #888888. Windows color (decimal): -1549948 or 8673768. OLE color: 8673768.

HSL color Cylindrical-coordinate representation of color #E85984: hue angle of 341.96º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85984 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23289132-
CMYK00.620.430.09
HSL341.96º75.66%62.94%-
HSV(B)341.96º61.64%90.98%-
XYZ41.0225.9724.68-
YUV136.66125.38196-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=51.21%
G=19.65%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328913200.620.430.09341.9675.6662.94
HexE8598403E2B91564c3f
Octal350131204076531152611477
Binary11101000101100110000100011111010101110011010101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85984; }

 p { color: rgb(232,89,132); }

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

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

 a { background-color: rgb(232,89,132); }

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

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

 span { border-color: rgb(232,89,132); }

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