#E85690

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

Shades of Dark Pink #E85690

Tints of Dark Pink #E85690

Color information

#E85690 (or 0xE85690) is unknown color: approx Dark Pink. HEX triplet: E8, 56 and 90. RGB value is (232,86,144). Sum of RGB (Red+Green+Blue) = 232+86+144=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85690 is #17A96F. Grayscale: #888888. Windows color (decimal): -1550704 or 9459432. OLE color: 9459432.

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

Color convert

RGB23286144-
CMYK00.630.380.09
HSL336.16º76.04%62.35%-
HSV(B)336.16º62.93%90.98%-
XYZ41.6425.8229.18-
YUV136.27132.37196.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 86 (33.98% from 255) = 18.61%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=50.22%
G=18.61%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328614400.630.380.09336.1676.0462.35
HexE8569003F2691504c3e
Octal350126220077461152011476
Binary11101000101011010010000011111110011010011010100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85690; }

 p { color: rgb(232,86,144); }

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

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

 a { background-color: rgb(232,86,144); }

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

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

 span { border-color: rgb(232,86,144); }

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