Shades of Deep Blush #E86985
Tints of Deep Blush #E86985
RGB
CMYK
RGB Variations
Color information
#E86985 (or 0xE86985) is known color: Deep Blush. HEX triplet: E8, 69 and 85. RGB value is (232,105,133). Sum of RGB (Red+Green+Blue) = 232+105+133=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E86985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86985 is #17967A. Grayscale: #929292. Windows color (decimal): -1545851 or 8743400. OLE color: 8743400.
HSL color Cylindrical-coordinate representation of color #E86985: hue angle of 346.77º degrees, saturation: 0.73, 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 #E86985 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 133 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.09 |
| HSL | 346.77º | 0.73% | 0.66% | - |
| HSV(B) | 346.77º | 0.55% | 0.91% | - |
| XYZ | 42.56 | 28.95 | 25.54 | - |
| YUV | 146.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 133 | 0 | 0.55 | 0.43 | 0.09 | 346.77 | 0.73 | 0.66 |
| Hex | E8 | 69 | 85 | 0 | 37 | 2B | 9 | 15B | 49 | 42 |
| Octal | 350 | 151 | 205 | 0 | 67 | 53 | 11 | 533 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10000101 | 0 | 110111 | 101011 | 1001 | 101011011 | 1001001 | 1000010 |
Color Harmonies of #E86985
Complementary color
Monochromatic Colors of #E86985
Black with #E86985
Text Example
Text Example
White with #E86985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86985; }
p { color: rgb(232,105,133); }
H1.HeaderClassName
{
color: #E86985;
}
.AnyTagClassName
{
color: #E86985;
}
</style>
background-color css
<style>
a { background-color: #E86985; }
a { background-color: rgb(232,105,133); }
div.DivClassName
{
background-color: #E86985;
}
.BgClassName
{
background-color: #E86985;
}
</style>
border-color css
<style>
span { border-color: #E86985; }
span { border-color: rgb(232,105,133); }
td.TdClassName
{
border-color: #E86985;
}
.TagClassName
{
border-color: #E86985;
}
</style>