Shades of Deep Blush #E66983
Tints of Deep Blush #E66983
RGB
CMYK
RGB Variations
Color information
#E66983 (or 0xE66983) is known color: Deep Blush. HEX triplet: E6, 69 and 83. RGB value is (230,105,131). Sum of RGB (Red+Green+Blue) = 230+105+131=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66983 is #19967C. Grayscale: #919191. Windows color (decimal): -1676925 or 8612326. OLE color: 8612326.
HSL color Cylindrical-coordinate representation of color #E66983: hue angle of 347.52º 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 #E66983 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 131 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.10 |
| HSL | 347.52º | 0.71% | 0.66% | - |
| HSV(B) | 347.52º | 0.54% | 0.9% | - |
| XYZ | 41.78 | 28.56 | 24.78 | - |
| YUV | 145.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 131 | 0 | 0.54 | 0.43 | 0.10 | 347.52 | 0.71 | 0.66 |
| Hex | E6 | 69 | 83 | 0 | 36 | 2B | A | 15C | 47 | 42 |
| Octal | 346 | 151 | 203 | 0 | 66 | 53 | 12 | 534 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10000011 | 0 | 110110 | 101011 | 1010 | 101011100 | 1000111 | 1000010 |
Color Harmonies of #E66983
Complementary color
Monochromatic Colors of #E66983
Black with #E66983
Text Example
Text Example
White with #E66983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66983; }
p { color: rgb(230,105,131); }
H1.HeaderClassName
{
color: #E66983;
}
.AnyTagClassName
{
color: #E66983;
}
</style>
background-color css
<style>
a { background-color: #E66983; }
a { background-color: rgb(230,105,131); }
div.DivClassName
{
background-color: #E66983;
}
.BgClassName
{
background-color: #E66983;
}
</style>
border-color css
<style>
span { border-color: #E66983; }
span { border-color: rgb(230,105,131); }
td.TdClassName
{
border-color: #E66983;
}
.TagClassName
{
border-color: #E66983;
}
</style>