Shades of Deep Blush #E06F86
Tints of Deep Blush #E06F86
RGB
CMYK
RGB Variations
Color information
#E06F86 (or 0xE06F86) is known color: Deep Blush. HEX triplet: E0, 6F and 86. RGB value is (224,111,134). Sum of RGB (Red+Green+Blue) = 224+111+134=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F86 is #1F9079. Grayscale: #939393. Windows color (decimal): -2068602 or 8810464. OLE color: 8810464.
HSL color Cylindrical-coordinate representation of color #E06F86: hue angle of 347.79º 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 #E06F86 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 134 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.12 |
| HSL | 347.79º | 0.65% | 0.66% | - |
| HSV(B) | 347.79º | 0.5% | 0.88% | - |
| XYZ | 40.73 | 28.94 | 25.99 | - |
| YUV | 147.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 134 | 0 | 0.50 | 0.40 | 0.12 | 347.79 | 0.65 | 0.66 |
| Hex | E0 | 6F | 86 | 0 | 32 | 28 | C | 15C | 41 | 42 |
| Octal | 340 | 157 | 206 | 0 | 62 | 50 | 14 | 534 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10000110 | 0 | 110010 | 101000 | 1100 | 101011100 | 1000001 | 1000010 |
Color Harmonies of #E06F86
Complementary color
Monochromatic Colors of #E06F86
Black with #E06F86
Text Example
Text Example
White with #E06F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F86; }
p { color: rgb(224,111,134); }
H1.HeaderClassName
{
color: #E06F86;
}
.AnyTagClassName
{
color: #E06F86;
}
</style>
background-color css
<style>
a { background-color: #E06F86; }
a { background-color: rgb(224,111,134); }
div.DivClassName
{
background-color: #E06F86;
}
.BgClassName
{
background-color: #E06F86;
}
</style>
border-color css
<style>
span { border-color: #E06F86; }
span { border-color: rgb(224,111,134); }
td.TdClassName
{
border-color: #E06F86;
}
.TagClassName
{
border-color: #E06F86;
}
</style>