Shades of Deep Blush #E66D83
Tints of Deep Blush #E66D83
RGB
CMYK
RGB Variations
Color information
#E66D83 (or 0xE66D83) is known color: Deep Blush. HEX triplet: E6, 6D and 83. RGB value is (230,109,131). Sum of RGB (Red+Green+Blue) = 230+109+131=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D83 is #19927C. Grayscale: #939393. Windows color (decimal): -1675901 or 8613350. OLE color: 8613350.
HSL color Cylindrical-coordinate representation of color #E66D83: hue angle of 349.09º 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 #E66D83 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 131 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.10 |
| HSL | 349.09º | 0.71% | 0.66% | - |
| HSV(B) | 349.09º | 0.53% | 0.9% | - |
| XYZ | 42.2 | 29.4 | 24.92 | - |
| YUV | 147.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 131 | 0 | 0.53 | 0.43 | 0.10 | 349.09 | 0.71 | 0.66 |
| Hex | E6 | 6D | 83 | 0 | 35 | 2B | A | 15D | 47 | 42 |
| Octal | 346 | 155 | 203 | 0 | 65 | 53 | 12 | 535 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10000011 | 0 | 110101 | 101011 | 1010 | 101011101 | 1000111 | 1000010 |
Color Harmonies of #E66D83
Complementary color
Monochromatic Colors of #E66D83
Black with #E66D83
Text Example
Text Example
White with #E66D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D83; }
p { color: rgb(230,109,131); }
H1.HeaderClassName
{
color: #E66D83;
}
.AnyTagClassName
{
color: #E66D83;
}
</style>
background-color css
<style>
a { background-color: #E66D83; }
a { background-color: rgb(230,109,131); }
div.DivClassName
{
background-color: #E66D83;
}
.BgClassName
{
background-color: #E66D83;
}
</style>
border-color css
<style>
span { border-color: #E66D83; }
span { border-color: rgb(230,109,131); }
td.TdClassName
{
border-color: #E66D83;
}
.TagClassName
{
border-color: #E66D83;
}
</style>