#E86B88

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

Shades of Deep Blush #E86B88

Tints of Deep Blush #E86B88

Color information

#E86B88 (or 0xE86B88) is unknown color: approx Deep Blush. HEX triplet: E8, 6B and 88. RGB value is (232,107,136). Sum of RGB (Red+Green+Blue) = 232+107+136=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86B88 is #179477. Grayscale: #939393. Windows color (decimal): -1545336 or 8940520. OLE color: 8940520.

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

Color convert

RGB232107136-
CMYK00.540.410.09
HSL346.08º73.1%66.47%-
HSV(B)346.08º53.88%90.98%-
XYZ42.9829.4526.71-
YUV147.68121.41188.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=48.84%
G=22.53%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210713600.540.410.09346.0873.166.47
HexE86B8803629915a4942
Octal3501532100665111532111102
Binary111010001101011100010000110110101001100110101101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B88; }

 p { color: rgb(232,107,136); }

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

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

 a { background-color: rgb(232,107,136); }

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

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

 span { border-color: rgb(232,107,136); }

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