#E86A85

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

Shades of Deep Blush #E86A85

Tints of Deep Blush #E86A85

Color information

#E86A85 (or 0xE86A85) is unknown color: approx Deep Blush. HEX triplet: E8, 6A and 85. RGB value is (232,106,133). Sum of RGB (Red+Green+Blue) = 232+106+133=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86A85 is #17957A. Grayscale: #929292. Windows color (decimal): -1545595 or 8743656. OLE color: 8743656.

HSL color Cylindrical-coordinate representation of color #E86A85: hue angle of 347.14º 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 #E86A85 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232106133-
CMYK00.540.430.09
HSL347.14º73.26%66.27%-
HSV(B)347.14º54.31%90.98%-
XYZ42.6729.1625.57-
YUV146.75120.24188.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=49.26%
G=22.51%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210613300.540.430.09347.1473.2666.27
HexE86A850362B915b4942
Octal3501522050665311533111102
Binary111010001101010100001010110110101011100110101101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86A85; }

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

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

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

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

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

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

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

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