Shades of Deep Blush #E1778C
Tints of Deep Blush #E1778C
RGB
CMYK
RGB Variations
Color information
#E1778C (or 0xE1778C) is known color: Deep Blush. HEX triplet: E1, 77 and 8C. RGB value is (225,119,140). Sum of RGB (Red+Green+Blue) = 225+119+140=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1778C is #1E8873. Grayscale: #999999. Windows color (decimal): -2001012 or 9205729. OLE color: 9205729.
HSL color Cylindrical-coordinate representation of color #E1778C: hue angle of 348.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1778C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 140 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.12 |
| HSL | 348.11º | 0.64% | 0.67% | - |
| HSV(B) | 348.11º | 0.47% | 0.88% | - |
| XYZ | 42.38 | 31.09 | 28.58 | - |
| YUV | 153.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 140 | 0 | 0.47 | 0.38 | 0.12 | 348.11 | 0.64 | 0.67 |
| Hex | E1 | 77 | 8C | 0 | 2F | 26 | C | 15C | 40 | 43 |
| Octal | 341 | 167 | 214 | 0 | 57 | 46 | 14 | 534 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10001100 | 0 | 101111 | 100110 | 1100 | 101011100 | 1000000 | 1000011 |
Color Harmonies of #E1778C
Complementary color
Monochromatic Colors of #E1778C
Black with #E1778C
Text Example
Text Example
White with #E1778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1778C; }
p { color: rgb(225,119,140); }
H1.HeaderClassName
{
color: #E1778C;
}
.AnyTagClassName
{
color: #E1778C;
}
</style>
background-color css
<style>
a { background-color: #E1778C; }
a { background-color: rgb(225,119,140); }
div.DivClassName
{
background-color: #E1778C;
}
.BgClassName
{
background-color: #E1778C;
}
</style>
border-color css
<style>
span { border-color: #E1778C; }
span { border-color: rgb(225,119,140); }
td.TdClassName
{
border-color: #E1778C;
}
.TagClassName
{
border-color: #E1778C;
}
</style>