Shades of Deep Blush #E8668D
Tints of Deep Blush #E8668D
RGB
CMYK
RGB Variations
Color information
#E8668D (or 0xE8668D) is known color: Deep Blush. HEX triplet: E8, 66 and 8D. RGB value is (232,102,141). Sum of RGB (Red+Green+Blue) = 232+102+141=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8668D is #179972. Grayscale: #919191. Windows color (decimal): -1546611 or 9266920. OLE color: 9266920.
HSL color Cylindrical-coordinate representation of color #E8668D: hue angle of 342º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8668D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 141 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.09 |
| HSL | 342º | 0.74% | 0.65% | - |
| HSV(B) | 342º | 0.56% | 0.91% | - |
| XYZ | 42.84 | 28.58 | 28.46 | - |
| YUV | 145.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 141 | 0 | 0.56 | 0.39 | 0.09 | 342 | 0.74 | 0.65 |
| Hex | E8 | 66 | 8D | 0 | 38 | 27 | 9 | 156 | 4A | 41 |
| Octal | 350 | 146 | 215 | 0 | 70 | 47 | 11 | 526 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10001101 | 0 | 111000 | 100111 | 1001 | 101010110 | 1001010 | 1000001 |
Color Harmonies of #E8668D
Complementary color
Monochromatic Colors of #E8668D
Black with #E8668D
Text Example
Text Example
White with #E8668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8668D; }
p { color: rgb(232,102,141); }
H1.HeaderClassName
{
color: #E8668D;
}
.AnyTagClassName
{
color: #E8668D;
}
</style>
background-color css
<style>
a { background-color: #E8668D; }
a { background-color: rgb(232,102,141); }
div.DivClassName
{
background-color: #E8668D;
}
.BgClassName
{
background-color: #E8668D;
}
</style>
border-color css
<style>
span { border-color: #E8668D; }
span { border-color: rgb(232,102,141); }
td.TdClassName
{
border-color: #E8668D;
}
.TagClassName
{
border-color: #E8668D;
}
</style>