Shades of Deep Blush #E06189
Tints of Deep Blush #E06189
RGB
CMYK
RGB Variations
Color information
#E06189 (or 0xE06189) is known color: Deep Blush. HEX triplet: E0, 61 and 89. RGB value is (224,97,137). Sum of RGB (Red+Green+Blue) = 224+97+137=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06189 is #1F9E76. Grayscale: #8B8B8B. Windows color (decimal): -2072183 or 9003488. OLE color: 9003488.
HSL color Cylindrical-coordinate representation of color #E06189: hue angle of 341.1º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06189 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 137 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.12 |
| HSL | 341.1º | 0.67% | 0.63% | - |
| HSV(B) | 341.1º | 0.57% | 0.88% | - |
| XYZ | 39.53 | 26.2 | 26.64 | - |
| YUV | 139.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 137 | 0 | 0.57 | 0.39 | 0.12 | 341.1 | 0.67 | 0.63 |
| Hex | E0 | 61 | 89 | 0 | 39 | 27 | C | 155 | 43 | 3F |
| Octal | 340 | 141 | 211 | 0 | 71 | 47 | 14 | 525 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10001001 | 0 | 111001 | 100111 | 1100 | 101010101 | 1000011 | 111111 |
Color Harmonies of #E06189
Complementary color
Monochromatic Colors of #E06189
Black with #E06189
Text Example
Text Example
White with #E06189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06189; }
p { color: rgb(224,97,137); }
H1.HeaderClassName
{
color: #E06189;
}
.AnyTagClassName
{
color: #E06189;
}
</style>
background-color css
<style>
a { background-color: #E06189; }
a { background-color: rgb(224,97,137); }
div.DivClassName
{
background-color: #E06189;
}
.BgClassName
{
background-color: #E06189;
}
</style>
border-color css
<style>
span { border-color: #E06189; }
span { border-color: rgb(224,97,137); }
td.TdClassName
{
border-color: #E06189;
}
.TagClassName
{
border-color: #E06189;
}
</style>