Shades of Deep Blush #E86680
Tints of Deep Blush #E86680
RGB
CMYK
RGB Variations
Color information
#E86680 (or 0xE86680) is known color: Deep Blush. HEX triplet: E8, 66 and 80. RGB value is (232,102,128). Sum of RGB (Red+Green+Blue) = 232+102+128=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E86680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86680 is #17997F. Grayscale: #8F8F8F. Windows color (decimal): -1546624 or 8414952. OLE color: 8414952.
HSL color Cylindrical-coordinate representation of color #E86680: hue angle of 348º 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 #E86680 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 128 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.09 |
| HSL | 348º | 0.74% | 0.65% | - |
| HSV(B) | 348º | 0.56% | 0.91% | - |
| XYZ | 41.93 | 28.22 | 23.66 | - |
| YUV | 143.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 128 | 0 | 0.56 | 0.45 | 0.09 | 348 | 0.74 | 0.65 |
| Hex | E8 | 66 | 80 | 0 | 38 | 2D | 9 | 15C | 4A | 41 |
| Octal | 350 | 146 | 200 | 0 | 70 | 55 | 11 | 534 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10000000 | 0 | 111000 | 101101 | 1001 | 101011100 | 1001010 | 1000001 |
Color Harmonies of #E86680
Complementary color
Monochromatic Colors of #E86680
Black with #E86680
Text Example
Text Example
White with #E86680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86680; }
p { color: rgb(232,102,128); }
H1.HeaderClassName
{
color: #E86680;
}
.AnyTagClassName
{
color: #E86680;
}
</style>
background-color css
<style>
a { background-color: #E86680; }
a { background-color: rgb(232,102,128); }
div.DivClassName
{
background-color: #E86680;
}
.BgClassName
{
background-color: #E86680;
}
</style>
border-color css
<style>
span { border-color: #E86680; }
span { border-color: rgb(232,102,128); }
td.TdClassName
{
border-color: #E86680;
}
.TagClassName
{
border-color: #E86680;
}
</style>