Shades of Deep Blush #E7697F
Tints of Deep Blush #E7697F
RGB
CMYK
RGB Variations
Color information
#E7697F (or 0xE7697F) is known color: Deep Blush. HEX triplet: E7, 69 and 7F. RGB value is (231,105,127). Sum of RGB (Red+Green+Blue) = 231+105+127=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E7697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7697F is #189680. Grayscale: #919191. Windows color (decimal): -1611393 or 8350183. OLE color: 8350183.
HSL color Cylindrical-coordinate representation of color #E7697F: hue angle of 349.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7697F is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 127 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.09 |
| HSL | 349.52º | 0.72% | 0.66% | - |
| HSV(B) | 349.52º | 0.55% | 0.91% | - |
| XYZ | 41.84 | 28.62 | 23.4 | - |
| YUV | 145.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 127 | 0 | 0.55 | 0.45 | 0.09 | 349.52 | 0.72 | 0.66 |
| Hex | E7 | 69 | 7F | 0 | 37 | 2D | 9 | 15E | 48 | 42 |
| Octal | 347 | 151 | 177 | 0 | 67 | 55 | 11 | 536 | 110 | 102 |
| Binary | 11100111 | 1101001 | 1111111 | 0 | 110111 | 101101 | 1001 | 101011110 | 1001000 | 1000010 |
Color Harmonies of #E7697F
Complementary color
Monochromatic Colors of #E7697F
Black with #E7697F
Text Example
Text Example
White with #E7697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7697F; }
p { color: rgb(231,105,127); }
H1.HeaderClassName
{
color: #E7697F;
}
.AnyTagClassName
{
color: #E7697F;
}
</style>
background-color css
<style>
a { background-color: #E7697F; }
a { background-color: rgb(231,105,127); }
div.DivClassName
{
background-color: #E7697F;
}
.BgClassName
{
background-color: #E7697F;
}
</style>
border-color css
<style>
span { border-color: #E7697F; }
span { border-color: rgb(231,105,127); }
td.TdClassName
{
border-color: #E7697F;
}
.TagClassName
{
border-color: #E7697F;
}
</style>