Shades of Deep Blush #E66C80
Tints of Deep Blush #E66C80
RGB
CMYK
RGB Variations
Color information
#E66C80 (or 0xE66C80) is known color: Deep Blush. HEX triplet: E6, 6C and 80. RGB value is (230,108,128). Sum of RGB (Red+Green+Blue) = 230+108+128=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C80 is #19937F. Grayscale: #929292. Windows color (decimal): -1676160 or 8416486. OLE color: 8416486.
HSL color Cylindrical-coordinate representation of color #E66C80: hue angle of 350.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66C80 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 128 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.10 |
| HSL | 350.16º | 0.71% | 0.66% | - |
| HSV(B) | 350.16º | 0.53% | 0.9% | - |
| XYZ | 41.89 | 29.11 | 23.83 | - |
| YUV | 146.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 128 | 0 | 0.53 | 0.44 | 0.10 | 350.16 | 0.71 | 0.66 |
| Hex | E6 | 6C | 80 | 0 | 35 | 2C | A | 15E | 47 | 42 |
| Octal | 346 | 154 | 200 | 0 | 65 | 54 | 12 | 536 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10000000 | 0 | 110101 | 101100 | 1010 | 101011110 | 1000111 | 1000010 |
Color Harmonies of #E66C80
Complementary color
Monochromatic Colors of #E66C80
Black with #E66C80
Text Example
Text Example
White with #E66C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C80; }
p { color: rgb(230,108,128); }
H1.HeaderClassName
{
color: #E66C80;
}
.AnyTagClassName
{
color: #E66C80;
}
</style>
background-color css
<style>
a { background-color: #E66C80; }
a { background-color: rgb(230,108,128); }
div.DivClassName
{
background-color: #E66C80;
}
.BgClassName
{
background-color: #E66C80;
}
</style>
border-color css
<style>
span { border-color: #E66C80; }
span { border-color: rgb(230,108,128); }
td.TdClassName
{
border-color: #E66C80;
}
.TagClassName
{
border-color: #E66C80;
}
</style>