Shades of Deep Blush #E66A89
Tints of Deep Blush #E66A89
RGB
CMYK
RGB Variations
Color information
#E66A89 (or 0xE66A89) is known color: Deep Blush. HEX triplet: E6, 6A and 89. RGB value is (230,106,137). Sum of RGB (Red+Green+Blue) = 230+106+137=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66A89 is #199576. Grayscale: #929292. Windows color (decimal): -1676663 or 9005798. OLE color: 9005798.
HSL color Cylindrical-coordinate representation of color #E66A89: hue angle of 345º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A89 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 137 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.10 |
| HSL | 345º | 0.71% | 0.66% | - |
| HSV(B) | 345º | 0.54% | 0.9% | - |
| XYZ | 42.3 | 28.94 | 27.02 | - |
| YUV | 146.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 137 | 0 | 0.54 | 0.40 | 0.10 | 345 | 0.71 | 0.66 |
| Hex | E6 | 6A | 89 | 0 | 36 | 28 | A | 159 | 47 | 42 |
| Octal | 346 | 152 | 211 | 0 | 66 | 50 | 12 | 531 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10001001 | 0 | 110110 | 101000 | 1010 | 101011001 | 1000111 | 1000010 |
Color Harmonies of #E66A89
Complementary color
Monochromatic Colors of #E66A89
Black with #E66A89
Text Example
Text Example
White with #E66A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A89; }
p { color: rgb(230,106,137); }
H1.HeaderClassName
{
color: #E66A89;
}
.AnyTagClassName
{
color: #E66A89;
}
</style>
background-color css
<style>
a { background-color: #E66A89; }
a { background-color: rgb(230,106,137); }
div.DivClassName
{
background-color: #E66A89;
}
.BgClassName
{
background-color: #E66A89;
}
</style>
border-color css
<style>
span { border-color: #E66A89; }
span { border-color: rgb(230,106,137); }
td.TdClassName
{
border-color: #E66A89;
}
.TagClassName
{
border-color: #E66A89;
}
</style>