#E86A80

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

Shades of Deep Blush #E86A80

Tints of Deep Blush #E86A80

Color information

#E86A80 (or 0xE86A80) is unknown color: approx Deep Blush. HEX triplet: E8, 6A and 80. RGB value is (232,106,128). Sum of RGB (Red+Green+Blue) = 232+106+128=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86A80 is #17957F. Grayscale: #929292. Windows color (decimal): -1545600 or 8415976. OLE color: 8415976.

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

Color convert

RGB232106128-
CMYK00.540.450.09
HSL349.52º73.26%66.27%-
HSV(B)349.52º54.31%90.98%-
XYZ42.3329.0223.79-
YUV146.18117.74189.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=49.79%
G=22.75%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210612800.540.450.09349.5273.2666.27
HexE86A800362D915e4942
Octal3501522000665511536111102
Binary111010001101010100000000110110101101100110101111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86A80; }

 p { color: rgb(232,106,128); }

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

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

 a { background-color: rgb(232,106,128); }

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

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

 span { border-color: rgb(232,106,128); }

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