Shades of Deep Blush #E1778A
Tints of Deep Blush #E1778A
RGB
CMYK
RGB Variations
Color information
#E1778A (or 0xE1778A) is known color: Deep Blush. HEX triplet: E1, 77 and 8A. RGB value is (225,119,138). Sum of RGB (Red+Green+Blue) = 225+119+138=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1778A is #1E8875. Grayscale: #989898. Windows color (decimal): -2001014 or 9074657. OLE color: 9074657.
HSL color Cylindrical-coordinate representation of color #E1778A: hue angle of 349.25º 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 #E1778A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 138 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.12 |
| HSL | 349.25º | 0.64% | 0.67% | - |
| HSV(B) | 349.25º | 0.47% | 0.88% | - |
| XYZ | 42.24 | 31.04 | 27.81 | - |
| YUV | 152.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 138 | 0 | 0.47 | 0.39 | 0.12 | 349.25 | 0.64 | 0.67 |
| Hex | E1 | 77 | 8A | 0 | 2F | 27 | C | 15D | 40 | 43 |
| Octal | 341 | 167 | 212 | 0 | 57 | 47 | 14 | 535 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10001010 | 0 | 101111 | 100111 | 1100 | 101011101 | 1000000 | 1000011 |
Color Harmonies of #E1778A
Complementary color
Monochromatic Colors of #E1778A
Black with #E1778A
Text Example
Text Example
White with #E1778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1778A; }
p { color: rgb(225,119,138); }
H1.HeaderClassName
{
color: #E1778A;
}
.AnyTagClassName
{
color: #E1778A;
}
</style>
background-color css
<style>
a { background-color: #E1778A; }
a { background-color: rgb(225,119,138); }
div.DivClassName
{
background-color: #E1778A;
}
.BgClassName
{
background-color: #E1778A;
}
</style>
border-color css
<style>
span { border-color: #E1778A; }
span { border-color: rgb(225,119,138); }
td.TdClassName
{
border-color: #E1778A;
}
.TagClassName
{
border-color: #E1778A;
}
</style>