Shades of Deep Blush #E77482
Tints of Deep Blush #E77482
RGB
CMYK
RGB Variations
Color information
#E77482 (or 0xE77482) is known color: Deep Blush. HEX triplet: E7, 74 and 82. RGB value is (231,116,130). Sum of RGB (Red+Green+Blue) = 231+116+130=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77482 is #188B7D. Grayscale: #989898. Windows color (decimal): -1608574 or 8549607. OLE color: 8549607.
HSL color Cylindrical-coordinate representation of color #E77482: hue angle of 352.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77482 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 130 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.09 |
| HSL | 352.7º | 0.71% | 0.68% | - |
| HSV(B) | 352.7º | 0.5% | 0.91% | - |
| XYZ | 43.23 | 31.09 | 24.84 | - |
| YUV | 151.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 130 | 0 | 0.50 | 0.44 | 0.09 | 352.7 | 0.71 | 0.68 |
| Hex | E7 | 74 | 82 | 0 | 32 | 2C | 9 | 161 | 47 | 44 |
| Octal | 347 | 164 | 202 | 0 | 62 | 54 | 11 | 541 | 107 | 104 |
| Binary | 11100111 | 1110100 | 10000010 | 0 | 110010 | 101100 | 1001 | 101100001 | 1000111 | 1000100 |
Color Harmonies of #E77482
Complementary color
Monochromatic Colors of #E77482
Black with #E77482
Text Example
Text Example
White with #E77482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77482; }
p { color: rgb(231,116,130); }
H1.HeaderClassName
{
color: #E77482;
}
.AnyTagClassName
{
color: #E77482;
}
</style>
background-color css
<style>
a { background-color: #E77482; }
a { background-color: rgb(231,116,130); }
div.DivClassName
{
background-color: #E77482;
}
.BgClassName
{
background-color: #E77482;
}
</style>
border-color css
<style>
span { border-color: #E77482; }
span { border-color: rgb(231,116,130); }
td.TdClassName
{
border-color: #E77482;
}
.TagClassName
{
border-color: #E77482;
}
</style>