#E86C89

Color #E86C89 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E86C89

Tints of Deep Blush #E86C89

Color information

#E86C89 (or 0xE86C89) is unknown color: approx Deep Blush. HEX triplet: E8, 6C and 89. RGB value is (232,108,137). Sum of RGB (Red+Green+Blue) = 232+108+137=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C89 is #179376. Grayscale: #949494. Windows color (decimal): -1545079 or 9006312. OLE color: 9006312.

HSL color Cylindrical-coordinate representation of color #E86C89: hue angle of 345.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86C89 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB232108137-
CMYK00.530.410.09
HSL345.97º72.94%66.67%-
HSV(B)345.97º53.45%90.98%-
XYZ43.1629.6927.12-
YUV148.38121.58187.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.64%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=48.64%
G=22.64%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210813700.530.410.09345.9772.9466.67
HexE86C8903529915a4943
Octal3501542110655111532111103
Binary111010001101100100010010110101101001100110101101010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C89; }

 p { color: rgb(232,108,137); }

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

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

 a { background-color: rgb(232,108,137); }

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

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

 span { border-color: rgb(232,108,137); }

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