Shades of Deep Blush #E86686
Tints of Deep Blush #E86686
RGB
CMYK
RGB Variations
Color information
#E86686 (or 0xE86686) is known color: Deep Blush. HEX triplet: E8, 66 and 86. RGB value is (232,102,134). Sum of RGB (Red+Green+Blue) = 232+102+134=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E86686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86686 is #179979. Grayscale: #909090. Windows color (decimal): -1546618 or 8808168. OLE color: 8808168.
HSL color Cylindrical-coordinate representation of color #E86686: hue angle of 345.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86686 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 134 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 345.23º | 0.74% | 0.65% | - |
| HSV(B) | 345.23º | 0.56% | 0.91% | - |
| XYZ | 42.33 | 28.38 | 25.8 | - |
| YUV | 144.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 134 | 0 | 0.56 | 0.42 | 0.09 | 345.23 | 0.74 | 0.65 |
| Hex | E8 | 66 | 86 | 0 | 38 | 2A | 9 | 159 | 4A | 41 |
| Octal | 350 | 146 | 206 | 0 | 70 | 52 | 11 | 531 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10000110 | 0 | 111000 | 101010 | 1001 | 101011001 | 1001010 | 1000001 |
Color Harmonies of #E86686
Complementary color
Monochromatic Colors of #E86686
Black with #E86686
Text Example
Text Example
White with #E86686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86686; }
p { color: rgb(232,102,134); }
H1.HeaderClassName
{
color: #E86686;
}
.AnyTagClassName
{
color: #E86686;
}
</style>
background-color css
<style>
a { background-color: #E86686; }
a { background-color: rgb(232,102,134); }
div.DivClassName
{
background-color: #E86686;
}
.BgClassName
{
background-color: #E86686;
}
</style>
border-color css
<style>
span { border-color: #E86686; }
span { border-color: rgb(232,102,134); }
td.TdClassName
{
border-color: #E86686;
}
.TagClassName
{
border-color: #E86686;
}
</style>