Shades of Deep Blush #E06F89
Tints of Deep Blush #E06F89
RGB
CMYK
RGB Variations
Color information
#E06F89 (or 0xE06F89) is known color: Deep Blush. HEX triplet: E0, 6F and 89. RGB value is (224,111,137). Sum of RGB (Red+Green+Blue) = 224+111+137=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F89 is #1F9076. Grayscale: #939393. Windows color (decimal): -2068599 or 9007072. OLE color: 9007072.
HSL color Cylindrical-coordinate representation of color #E06F89: hue angle of 346.19º 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 #E06F89 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 137 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.12 |
| HSL | 346.19º | 0.65% | 0.66% | - |
| HSV(B) | 346.19º | 0.5% | 0.88% | - |
| XYZ | 40.94 | 29.02 | 27.11 | - |
| YUV | 147.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 137 | 0 | 0.50 | 0.39 | 0.12 | 346.19 | 0.65 | 0.66 |
| Hex | E0 | 6F | 89 | 0 | 32 | 27 | C | 15A | 41 | 42 |
| Octal | 340 | 157 | 211 | 0 | 62 | 47 | 14 | 532 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10001001 | 0 | 110010 | 100111 | 1100 | 101011010 | 1000001 | 1000010 |
Color Harmonies of #E06F89
Complementary color
Monochromatic Colors of #E06F89
Black with #E06F89
Text Example
Text Example
White with #E06F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F89; }
p { color: rgb(224,111,137); }
H1.HeaderClassName
{
color: #E06F89;
}
.AnyTagClassName
{
color: #E06F89;
}
</style>
background-color css
<style>
a { background-color: #E06F89; }
a { background-color: rgb(224,111,137); }
div.DivClassName
{
background-color: #E06F89;
}
.BgClassName
{
background-color: #E06F89;
}
</style>
border-color css
<style>
span { border-color: #E06F89; }
span { border-color: rgb(224,111,137); }
td.TdClassName
{
border-color: #E06F89;
}
.TagClassName
{
border-color: #E06F89;
}
</style>