Shades of Deep Blush #E1678C
Tints of Deep Blush #E1678C
RGB
CMYK
RGB Variations
Color information
#E1678C (or 0xE1678C) is known color: Deep Blush. HEX triplet: E1, 67 and 8C. RGB value is (225,103,140). Sum of RGB (Red+Green+Blue) = 225+103+140=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1678C is #1E9873. Grayscale: #8F8F8F. Windows color (decimal): -2005108 or 9201633. OLE color: 9201633.
HSL color Cylindrical-coordinate representation of color #E1678C: hue angle of 341.8º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1678C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 140 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.12 |
| HSL | 341.8º | 0.67% | 0.64% | - |
| HSV(B) | 341.8º | 0.54% | 0.88% | - |
| XYZ | 40.64 | 27.6 | 28 | - |
| YUV | 143.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 140 | 0 | 0.54 | 0.38 | 0.12 | 341.8 | 0.67 | 0.64 |
| Hex | E1 | 67 | 8C | 0 | 36 | 26 | C | 156 | 43 | 40 |
| Octal | 341 | 147 | 214 | 0 | 66 | 46 | 14 | 526 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10001100 | 0 | 110110 | 100110 | 1100 | 101010110 | 1000011 | 1000000 |
Color Harmonies of #E1678C
Complementary color
Monochromatic Colors of #E1678C
Black with #E1678C
Text Example
Text Example
White with #E1678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1678C; }
p { color: rgb(225,103,140); }
H1.HeaderClassName
{
color: #E1678C;
}
.AnyTagClassName
{
color: #E1678C;
}
</style>
background-color css
<style>
a { background-color: #E1678C; }
a { background-color: rgb(225,103,140); }
div.DivClassName
{
background-color: #E1678C;
}
.BgClassName
{
background-color: #E1678C;
}
</style>
border-color css
<style>
span { border-color: #E1678C; }
span { border-color: rgb(225,103,140); }
td.TdClassName
{
border-color: #E1678C;
}
.TagClassName
{
border-color: #E1678C;
}
</style>