Shades of Deep Blush #E06985
Tints of Deep Blush #E06985
RGB
CMYK
RGB Variations
Color information
#E06985 (or 0xE06985) is known color: Deep Blush. HEX triplet: E0, 69 and 85. RGB value is (224,105,133). Sum of RGB (Red+Green+Blue) = 224+105+133=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E06985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06985 is #1F967A. Grayscale: #8F8F8F. Windows color (decimal): -2070139 or 8743392. OLE color: 8743392.
HSL color Cylindrical-coordinate representation of color #E06985: hue angle of 345.88º 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 #E06985 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 133 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.12 |
| HSL | 345.88º | 0.66% | 0.65% | - |
| HSV(B) | 345.88º | 0.53% | 0.88% | - |
| XYZ | 40.03 | 27.64 | 25.42 | - |
| YUV | 143.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 133 | 0 | 0.53 | 0.41 | 0.12 | 345.88 | 0.66 | 0.65 |
| Hex | E0 | 69 | 85 | 0 | 35 | 29 | C | 15A | 42 | 41 |
| Octal | 340 | 151 | 205 | 0 | 65 | 51 | 14 | 532 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10000101 | 0 | 110101 | 101001 | 1100 | 101011010 | 1000010 | 1000001 |
Color Harmonies of #E06985
Complementary color
Monochromatic Colors of #E06985
Black with #E06985
Text Example
Text Example
White with #E06985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06985; }
p { color: rgb(224,105,133); }
H1.HeaderClassName
{
color: #E06985;
}
.AnyTagClassName
{
color: #E06985;
}
</style>
background-color css
<style>
a { background-color: #E06985; }
a { background-color: rgb(224,105,133); }
div.DivClassName
{
background-color: #E06985;
}
.BgClassName
{
background-color: #E06985;
}
</style>
border-color css
<style>
span { border-color: #E06985; }
span { border-color: rgb(224,105,133); }
td.TdClassName
{
border-color: #E06985;
}
.TagClassName
{
border-color: #E06985;
}
</style>