Shades of Deep Blush #E1688E
Tints of Deep Blush #E1688E
RGB
CMYK
RGB Variations
Color information
#E1688E (or 0xE1688E) is known color: Deep Blush. HEX triplet: E1, 68 and 8E. RGB value is (225,104,142). Sum of RGB (Red+Green+Blue) = 225+104+142=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1688E is #1E9771. Grayscale: #909090. Windows color (decimal): -2004850 or 9332961. OLE color: 9332961.
HSL color Cylindrical-coordinate representation of color #E1688E: hue angle of 341.16º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1688E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 142 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.12 |
| HSL | 341.16º | 0.67% | 0.65% | - |
| HSV(B) | 341.16º | 0.54% | 0.88% | - |
| XYZ | 40.88 | 27.86 | 28.81 | - |
| YUV | 144.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 142 | 0 | 0.54 | 0.37 | 0.12 | 341.16 | 0.67 | 0.65 |
| Hex | E1 | 68 | 8E | 0 | 36 | 25 | C | 155 | 43 | 41 |
| Octal | 341 | 150 | 216 | 0 | 66 | 45 | 14 | 525 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10001110 | 0 | 110110 | 100101 | 1100 | 101010101 | 1000011 | 1000001 |
Color Harmonies of #E1688E
Complementary color
Monochromatic Colors of #E1688E
Black with #E1688E
Text Example
Text Example
White with #E1688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1688E; }
p { color: rgb(225,104,142); }
H1.HeaderClassName
{
color: #E1688E;
}
.AnyTagClassName
{
color: #E1688E;
}
</style>
background-color css
<style>
a { background-color: #E1688E; }
a { background-color: rgb(225,104,142); }
div.DivClassName
{
background-color: #E1688E;
}
.BgClassName
{
background-color: #E1688E;
}
</style>
border-color css
<style>
span { border-color: #E1688E; }
span { border-color: rgb(225,104,142); }
td.TdClassName
{
border-color: #E1688E;
}
.TagClassName
{
border-color: #E1688E;
}
</style>