#E85B96

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

Shades of Dark Pink #E85B96

Tints of Dark Pink #E85B96

Color information

#E85B96 (or 0xE85B96) is unknown color: approx Dark Pink. HEX triplet: E8, 5B and 96. RGB value is (232,91,150). Sum of RGB (Red+Green+Blue) = 232+91+150=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B96 is #17A469. Grayscale: #8B8B8B. Windows color (decimal): -1549418 or 9853928. OLE color: 9853928.

HSL color Cylindrical-coordinate representation of color #E85B96: hue angle of 334.89º degrees, saturation: 0.75, 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 #E85B96 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23291150-
CMYK00.610.350.09
HSL334.89º75.4%63.33%-
HSV(B)334.89º60.78%90.98%-
XYZ42.5226.8431.79-
YUV139.88133.71193.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=49.05%
G=19.24%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329115000.610.350.09334.8975.463.33
HexE85B9603D23914f4b3f
Octal350133226075431151711377
Binary11101000101101110010110011110110001110011010011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B96; }

 p { color: rgb(232,91,150); }

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

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

 a { background-color: rgb(232,91,150); }

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

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

 span { border-color: rgb(232,91,150); }

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