Shades of Deep Blush #E06987
Tints of Deep Blush #E06987
RGB
CMYK
RGB Variations
Color information
#E06987 (or 0xE06987) is known color: Deep Blush. HEX triplet: E0, 69 and 87. RGB value is (224,105,135). Sum of RGB (Red+Green+Blue) = 224+105+135=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E06987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06987 is #1F9678. Grayscale: #909090. Windows color (decimal): -2070137 or 8874464. OLE color: 8874464.
HSL color Cylindrical-coordinate representation of color #E06987: hue angle of 344.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06987 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 135 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.12 |
| HSL | 344.87º | 0.66% | 0.65% | - |
| HSV(B) | 344.87º | 0.53% | 0.88% | - |
| XYZ | 40.17 | 27.7 | 26.15 | - |
| YUV | 144 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 135 | 0 | 0.53 | 0.40 | 0.12 | 344.87 | 0.66 | 0.65 |
| Hex | E0 | 69 | 87 | 0 | 35 | 28 | C | 159 | 42 | 41 |
| Octal | 340 | 151 | 207 | 0 | 65 | 50 | 14 | 531 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10000111 | 0 | 110101 | 101000 | 1100 | 101011001 | 1000010 | 1000001 |
Color Harmonies of #E06987
Complementary color
Monochromatic Colors of #E06987
Black with #E06987
Text Example
Text Example
White with #E06987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06987; }
p { color: rgb(224,105,135); }
H1.HeaderClassName
{
color: #E06987;
}
.AnyTagClassName
{
color: #E06987;
}
</style>
background-color css
<style>
a { background-color: #E06987; }
a { background-color: rgb(224,105,135); }
div.DivClassName
{
background-color: #E06987;
}
.BgClassName
{
background-color: #E06987;
}
</style>
border-color css
<style>
span { border-color: #E06987; }
span { border-color: rgb(224,105,135); }
td.TdClassName
{
border-color: #E06987;
}
.TagClassName
{
border-color: #E06987;
}
</style>