Shades of Deep Blush #E06F80
Tints of Deep Blush #E06F80
RGB
CMYK
RGB Variations
Color information
#E06F80 (or 0xE06F80) is known color: Deep Blush. HEX triplet: E0, 6F and 80. RGB value is (224,111,128). Sum of RGB (Red+Green+Blue) = 224+111+128=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F80 is #1F907F. Grayscale: #929292. Windows color (decimal): -2068608 or 8417248. OLE color: 8417248.
HSL color Cylindrical-coordinate representation of color #E06F80: hue angle of 350.97º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F80 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 128 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.12 |
| HSL | 350.97º | 0.65% | 0.66% | - |
| HSV(B) | 350.97º | 0.5% | 0.88% | - |
| XYZ | 40.32 | 28.77 | 23.85 | - |
| YUV | 146.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 128 | 0 | 0.50 | 0.43 | 0.12 | 350.97 | 0.65 | 0.66 |
| Hex | E0 | 6F | 80 | 0 | 32 | 2B | C | 15F | 41 | 42 |
| Octal | 340 | 157 | 200 | 0 | 62 | 53 | 14 | 537 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10000000 | 0 | 110010 | 101011 | 1100 | 101011111 | 1000001 | 1000010 |
Color Harmonies of #E06F80
Complementary color
Monochromatic Colors of #E06F80
Black with #E06F80
Text Example
Text Example
White with #E06F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F80; }
p { color: rgb(224,111,128); }
H1.HeaderClassName
{
color: #E06F80;
}
.AnyTagClassName
{
color: #E06F80;
}
</style>
background-color css
<style>
a { background-color: #E06F80; }
a { background-color: rgb(224,111,128); }
div.DivClassName
{
background-color: #E06F80;
}
.BgClassName
{
background-color: #E06F80;
}
</style>
border-color css
<style>
span { border-color: #E06F80; }
span { border-color: rgb(224,111,128); }
td.TdClassName
{
border-color: #E06F80;
}
.TagClassName
{
border-color: #E06F80;
}
</style>