Shades of Deep Blush #E66D92
Tints of Deep Blush #E66D92
RGB
CMYK
RGB Variations
Color information
#E66D92 (or 0xE66D92) is known color: Deep Blush. HEX triplet: E6, 6D and 92. RGB value is (230,109,146). Sum of RGB (Red+Green+Blue) = 230+109+146=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D92 is #19926D. Grayscale: #959595. Windows color (decimal): -1675886 or 9596390. OLE color: 9596390.
HSL color Cylindrical-coordinate representation of color #E66D92: hue angle of 341.65º 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 #E66D92 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 146 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.10 |
| HSL | 341.65º | 0.71% | 0.66% | - |
| HSV(B) | 341.65º | 0.53% | 0.9% | - |
| XYZ | 43.29 | 29.84 | 30.67 | - |
| YUV | 149.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 146 | 0 | 0.53 | 0.37 | 0.10 | 341.65 | 0.71 | 0.66 |
| Hex | E6 | 6D | 92 | 0 | 35 | 25 | A | 156 | 47 | 42 |
| Octal | 346 | 155 | 222 | 0 | 65 | 45 | 12 | 526 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10010010 | 0 | 110101 | 100101 | 1010 | 101010110 | 1000111 | 1000010 |
Color Harmonies of #E66D92
Complementary color
Monochromatic Colors of #E66D92
Black with #E66D92
Text Example
Text Example
White with #E66D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D92; }
p { color: rgb(230,109,146); }
H1.HeaderClassName
{
color: #E66D92;
}
.AnyTagClassName
{
color: #E66D92;
}
</style>
background-color css
<style>
a { background-color: #E66D92; }
a { background-color: rgb(230,109,146); }
div.DivClassName
{
background-color: #E66D92;
}
.BgClassName
{
background-color: #E66D92;
}
</style>
border-color css
<style>
span { border-color: #E66D92; }
span { border-color: rgb(230,109,146); }
td.TdClassName
{
border-color: #E66D92;
}
.TagClassName
{
border-color: #E66D92;
}
</style>