#E86889

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

Shades of Deep Blush #E86889

Tints of Deep Blush #E86889

Color information

#E86889 (or 0xE86889) is unknown color: approx Deep Blush. HEX triplet: E8, 68 and 89. RGB value is (232,104,137). Sum of RGB (Red+Green+Blue) = 232+104+137=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E86889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86889 is #179776. Grayscale: #929292. Windows color (decimal): -1546103 or 9005288. OLE color: 9005288.

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

Color convert

RGB232104137-
CMYK00.550.410.09
HSL344.53º73.56%65.88%-
HSV(B)344.53º55.17%90.98%-
XYZ42.7428.8626.99-
YUV146.03122.91189.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=49.05%
G=21.99%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210413700.550.410.09344.5373.5665.88
HexE868890372991594a42
Octal3501502110675111531112102
Binary111010001101000100010010110111101001100110101100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86889; }

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

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

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

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

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

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

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

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