Shades of Deep Blush #E06A8B
Tints of Deep Blush #E06A8B
RGB
CMYK
RGB Variations
Color information
#E06A8B (or 0xE06A8B) is known color: Deep Blush. HEX triplet: E0, 6A and 8B. RGB value is (224,106,139). Sum of RGB (Red+Green+Blue) = 224+106+139=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A8B is #1F9574. Grayscale: #919191. Windows color (decimal): -2069877 or 9136864. OLE color: 9136864.
HSL color Cylindrical-coordinate representation of color #E06A8B: hue angle of 343.22º 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 #E06A8B is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 139 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.12 |
| HSL | 343.22º | 0.66% | 0.65% | - |
| HSV(B) | 343.22º | 0.53% | 0.88% | - |
| XYZ | 40.55 | 28.02 | 27.7 | - |
| YUV | 145.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 139 | 0 | 0.53 | 0.38 | 0.12 | 343.22 | 0.66 | 0.65 |
| Hex | E0 | 6A | 8B | 0 | 35 | 26 | C | 157 | 42 | 41 |
| Octal | 340 | 152 | 213 | 0 | 65 | 46 | 14 | 527 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10001011 | 0 | 110101 | 100110 | 1100 | 101010111 | 1000010 | 1000001 |
Color Harmonies of #E06A8B
Complementary color
Monochromatic Colors of #E06A8B
Black with #E06A8B
Text Example
Text Example
White with #E06A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A8B; }
p { color: rgb(224,106,139); }
H1.HeaderClassName
{
color: #E06A8B;
}
.AnyTagClassName
{
color: #E06A8B;
}
</style>
background-color css
<style>
a { background-color: #E06A8B; }
a { background-color: rgb(224,106,139); }
div.DivClassName
{
background-color: #E06A8B;
}
.BgClassName
{
background-color: #E06A8B;
}
</style>
border-color css
<style>
span { border-color: #E06A8B; }
span { border-color: rgb(224,106,139); }
td.TdClassName
{
border-color: #E06A8B;
}
.TagClassName
{
border-color: #E06A8B;
}
</style>