Shades of Deep Blush #E86880
Tints of Deep Blush #E86880
RGB
CMYK
RGB Variations
Color information
#E86880 (or 0xE86880) is known color: Deep Blush. HEX triplet: E8, 68 and 80. RGB value is (232,104,128). Sum of RGB (Red+Green+Blue) = 232+104+128=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E86880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86880 is #17977F. Grayscale: #919191. Windows color (decimal): -1546112 or 8415464. OLE color: 8415464.
HSL color Cylindrical-coordinate representation of color #E86880: hue angle of 348.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86880 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 128 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.09 |
| HSL | 348.75º | 0.74% | 0.66% | - |
| HSV(B) | 348.75º | 0.55% | 0.91% | - |
| XYZ | 42.13 | 28.61 | 23.73 | - |
| YUV | 145.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 128 | 0 | 0.55 | 0.45 | 0.09 | 348.75 | 0.74 | 0.66 |
| Hex | E8 | 68 | 80 | 0 | 37 | 2D | 9 | 15D | 4A | 42 |
| Octal | 350 | 150 | 200 | 0 | 67 | 55 | 11 | 535 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10000000 | 0 | 110111 | 101101 | 1001 | 101011101 | 1001010 | 1000010 |
Color Harmonies of #E86880
Complementary color
Monochromatic Colors of #E86880
Black with #E86880
Text Example
Text Example
White with #E86880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86880; }
p { color: rgb(232,104,128); }
H1.HeaderClassName
{
color: #E86880;
}
.AnyTagClassName
{
color: #E86880;
}
</style>
background-color css
<style>
a { background-color: #E86880; }
a { background-color: rgb(232,104,128); }
div.DivClassName
{
background-color: #E86880;
}
.BgClassName
{
background-color: #E86880;
}
</style>
border-color css
<style>
span { border-color: #E86880; }
span { border-color: rgb(232,104,128); }
td.TdClassName
{
border-color: #E86880;
}
.TagClassName
{
border-color: #E86880;
}
</style>