Shades of Deep Blush #E66980
Tints of Deep Blush #E66980
RGB
CMYK
RGB Variations
Color information
#E66980 (or 0xE66980) is known color: Deep Blush. HEX triplet: E6, 69 and 80. RGB value is (230,105,128). Sum of RGB (Red+Green+Blue) = 230+105+128=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66980 is #19967F. Grayscale: #919191. Windows color (decimal): -1676928 or 8415718. OLE color: 8415718.
HSL color Cylindrical-coordinate representation of color #E66980: hue angle of 348.96º 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 #E66980 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 128 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.10 |
| HSL | 348.96º | 0.71% | 0.66% | - |
| HSV(B) | 348.96º | 0.54% | 0.9% | - |
| XYZ | 41.58 | 28.48 | 23.73 | - |
| YUV | 145 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 128 | 0 | 0.54 | 0.44 | 0.10 | 348.96 | 0.71 | 0.66 |
| Hex | E6 | 69 | 80 | 0 | 36 | 2C | A | 15D | 47 | 42 |
| Octal | 346 | 151 | 200 | 0 | 66 | 54 | 12 | 535 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10000000 | 0 | 110110 | 101100 | 1010 | 101011101 | 1000111 | 1000010 |
Color Harmonies of #E66980
Complementary color
Monochromatic Colors of #E66980
Black with #E66980
Text Example
Text Example
White with #E66980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66980; }
p { color: rgb(230,105,128); }
H1.HeaderClassName
{
color: #E66980;
}
.AnyTagClassName
{
color: #E66980;
}
</style>
background-color css
<style>
a { background-color: #E66980; }
a { background-color: rgb(230,105,128); }
div.DivClassName
{
background-color: #E66980;
}
.BgClassName
{
background-color: #E66980;
}
</style>
border-color css
<style>
span { border-color: #E66980; }
span { border-color: rgb(230,105,128); }
td.TdClassName
{
border-color: #E66980;
}
.TagClassName
{
border-color: #E66980;
}
</style>