Shades of Deep Blush #E66880
Tints of Deep Blush #E66880
RGB
CMYK
RGB Variations
Color information
#E66880 (or 0xE66880) is known color: Deep Blush. HEX triplet: E6, 68 and 80. RGB value is (230,104,128). Sum of RGB (Red+Green+Blue) = 230+104+128=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66880 is #19977F. Grayscale: #909090. Windows color (decimal): -1677184 or 8415462. OLE color: 8415462.
HSL color Cylindrical-coordinate representation of color #E66880: hue angle of 348.57º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66880 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 128 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.10 |
| HSL | 348.57º | 0.72% | 0.65% | - |
| HSV(B) | 348.57º | 0.55% | 0.9% | - |
| XYZ | 41.48 | 28.28 | 23.69 | - |
| YUV | 144.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 128 | 0 | 0.55 | 0.44 | 0.10 | 348.57 | 0.72 | 0.65 |
| Hex | E6 | 68 | 80 | 0 | 37 | 2C | A | 15D | 48 | 41 |
| Octal | 346 | 150 | 200 | 0 | 67 | 54 | 12 | 535 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10000000 | 0 | 110111 | 101100 | 1010 | 101011101 | 1001000 | 1000001 |
Color Harmonies of #E66880
Complementary color
Monochromatic Colors of #E66880
Black with #E66880
Text Example
Text Example
White with #E66880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66880; }
p { color: rgb(230,104,128); }
H1.HeaderClassName
{
color: #E66880;
}
.AnyTagClassName
{
color: #E66880;
}
</style>
background-color css
<style>
a { background-color: #E66880; }
a { background-color: rgb(230,104,128); }
div.DivClassName
{
background-color: #E66880;
}
.BgClassName
{
background-color: #E66880;
}
</style>
border-color css
<style>
span { border-color: #E66880; }
span { border-color: rgb(230,104,128); }
td.TdClassName
{
border-color: #E66880;
}
.TagClassName
{
border-color: #E66880;
}
</style>