#E85A93

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

Shades of Dark Pink #E85A93

Tints of Dark Pink #E85A93

Color information

#E85A93 (or 0xE85A93) is unknown color: approx Dark Pink. HEX triplet: E8, 5A and 93. RGB value is (232,90,147). Sum of RGB (Red+Green+Blue) = 232+90+147=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A93 is #17A56C. Grayscale: #8A8A8A. Windows color (decimal): -1549677 or 9657064. OLE color: 9657064.

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

Color convert

RGB23290147-
CMYK00.610.370.09
HSL335.92º75.53%63.14%-
HSV(B)335.92º61.21%90.98%-
XYZ42.226.5730.51-
YUV138.96132.54194.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.47%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=49.47%
G=19.19%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329014700.610.370.09335.9275.5363.14
HexE85A9303D2591504c3f
Octal350132223075451152011477
Binary11101000101101010010011011110110010110011010100001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A93; }

 p { color: rgb(232,90,147); }

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

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

 a { background-color: rgb(232,90,147); }

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

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

 span { border-color: rgb(232,90,147); }

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