Shades of Deep Blush #E66584
Tints of Deep Blush #E66584
RGB
CMYK
RGB Variations
Color information
#E66584 (or 0xE66584) is known color: Deep Blush. HEX triplet: E6, 65 and 84. RGB value is (230,101,132). Sum of RGB (Red+Green+Blue) = 230+101+132=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66584 is #199A7B. Grayscale: #8F8F8F. Windows color (decimal): -1677948 or 8676838. OLE color: 8676838.
HSL color Cylindrical-coordinate representation of color #E66584: hue angle of 345.58º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66584 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 132 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.10 |
| HSL | 345.58º | 0.72% | 0.65% | - |
| HSV(B) | 345.58º | 0.56% | 0.9% | - |
| XYZ | 41.45 | 27.8 | 25.01 | - |
| YUV | 143.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 132 | 0 | 0.56 | 0.43 | 0.10 | 345.58 | 0.72 | 0.65 |
| Hex | E6 | 65 | 84 | 0 | 38 | 2B | A | 15A | 48 | 41 |
| Octal | 346 | 145 | 204 | 0 | 70 | 53 | 12 | 532 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10000100 | 0 | 111000 | 101011 | 1010 | 101011010 | 1001000 | 1000001 |
Color Harmonies of #E66584
Complementary color
Monochromatic Colors of #E66584
Black with #E66584
Text Example
Text Example
White with #E66584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66584; }
p { color: rgb(230,101,132); }
H1.HeaderClassName
{
color: #E66584;
}
.AnyTagClassName
{
color: #E66584;
}
</style>
background-color css
<style>
a { background-color: #E66584; }
a { background-color: rgb(230,101,132); }
div.DivClassName
{
background-color: #E66584;
}
.BgClassName
{
background-color: #E66584;
}
</style>
border-color css
<style>
span { border-color: #E66584; }
span { border-color: rgb(230,101,132); }
td.TdClassName
{
border-color: #E66584;
}
.TagClassName
{
border-color: #E66584;
}
</style>