Shades of Deep Blush #E06880
Tints of Deep Blush #E06880
RGB
CMYK
RGB Variations
Color information
#E06880 (or 0xE06880) is known color: Deep Blush. HEX triplet: E0, 68 and 80. RGB value is (224,104,128). Sum of RGB (Red+Green+Blue) = 224+104+128=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06880 is #1F977F. Grayscale: #8E8E8E. Windows color (decimal): -2070400 or 8415456. OLE color: 8415456.
HSL color Cylindrical-coordinate representation of color #E06880: hue angle of 348º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06880 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 128 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.12 |
| HSL | 348º | 0.66% | 0.64% | - |
| HSV(B) | 348º | 0.54% | 0.88% | - |
| XYZ | 39.59 | 27.31 | 23.61 | - |
| YUV | 142.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 128 | 0 | 0.54 | 0.43 | 0.12 | 348 | 0.66 | 0.64 |
| Hex | E0 | 68 | 80 | 0 | 36 | 2B | C | 15C | 42 | 40 |
| Octal | 340 | 150 | 200 | 0 | 66 | 53 | 14 | 534 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10000000 | 0 | 110110 | 101011 | 1100 | 101011100 | 1000010 | 1000000 |
Color Harmonies of #E06880
Complementary color
Monochromatic Colors of #E06880
Black with #E06880
Text Example
Text Example
White with #E06880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06880; }
p { color: rgb(224,104,128); }
H1.HeaderClassName
{
color: #E06880;
}
.AnyTagClassName
{
color: #E06880;
}
</style>
background-color css
<style>
a { background-color: #E06880; }
a { background-color: rgb(224,104,128); }
div.DivClassName
{
background-color: #E06880;
}
.BgClassName
{
background-color: #E06880;
}
</style>
border-color css
<style>
span { border-color: #E06880; }
span { border-color: rgb(224,104,128); }
td.TdClassName
{
border-color: #E06880;
}
.TagClassName
{
border-color: #E06880;
}
</style>