Shades of Deep Blush #E76690
Tints of Deep Blush #E76690
RGB
CMYK
RGB Variations
Color information
#E76690 (or 0xE76690) is known color: Deep Blush. HEX triplet: E7, 66 and 90. RGB value is (231,102,144). Sum of RGB (Red+Green+Blue) = 231+102+144=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E76690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76690 is #18996F. Grayscale: #919191. Windows color (decimal): -1612144 or 9463527. OLE color: 9463527.
HSL color Cylindrical-coordinate representation of color #E76690: hue angle of 340.47º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76690 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 144 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.09 |
| HSL | 340.47º | 0.73% | 0.65% | - |
| HSV(B) | 340.47º | 0.56% | 0.91% | - |
| XYZ | 42.74 | 28.51 | 29.63 | - |
| YUV | 145.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 144 | 0 | 0.56 | 0.38 | 0.09 | 340.47 | 0.73 | 0.65 |
| Hex | E7 | 66 | 90 | 0 | 38 | 26 | 9 | 154 | 49 | 41 |
| Octal | 347 | 146 | 220 | 0 | 70 | 46 | 11 | 524 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10010000 | 0 | 111000 | 100110 | 1001 | 101010100 | 1001001 | 1000001 |
Color Harmonies of #E76690
Complementary color
Monochromatic Colors of #E76690
Black with #E76690
Text Example
Text Example
White with #E76690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76690; }
p { color: rgb(231,102,144); }
H1.HeaderClassName
{
color: #E76690;
}
.AnyTagClassName
{
color: #E76690;
}
</style>
background-color css
<style>
a { background-color: #E76690; }
a { background-color: rgb(231,102,144); }
div.DivClassName
{
background-color: #E76690;
}
.BgClassName
{
background-color: #E76690;
}
</style>
border-color css
<style>
span { border-color: #E76690; }
span { border-color: rgb(231,102,144); }
td.TdClassName
{
border-color: #E76690;
}
.TagClassName
{
border-color: #E76690;
}
</style>