Shades of Deep Blush #E7698F
Tints of Deep Blush #E7698F
RGB
CMYK
RGB Variations
Color information
#E7698F (or 0xE7698F) is known color: Deep Blush. HEX triplet: E7, 69 and 8F. RGB value is (231,105,143). Sum of RGB (Red+Green+Blue) = 231+105+143=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E7698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7698F is #189670. Grayscale: #929292. Windows color (decimal): -1611377 or 9398759. OLE color: 9398759.
HSL color Cylindrical-coordinate representation of color #E7698F: hue angle of 341.9º 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 #E7698F is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 143 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.09 |
| HSL | 341.9º | 0.72% | 0.66% | - |
| HSV(B) | 341.9º | 0.55% | 0.91% | - |
| XYZ | 42.96 | 29.08 | 29.33 | - |
| YUV | 147.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 143 | 0 | 0.55 | 0.38 | 0.09 | 341.9 | 0.72 | 0.66 |
| Hex | E7 | 69 | 8F | 0 | 37 | 26 | 9 | 156 | 48 | 42 |
| Octal | 347 | 151 | 217 | 0 | 67 | 46 | 11 | 526 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10001111 | 0 | 110111 | 100110 | 1001 | 101010110 | 1001000 | 1000010 |
Color Harmonies of #E7698F
Complementary color
Monochromatic Colors of #E7698F
Black with #E7698F
Text Example
Text Example
White with #E7698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7698F; }
p { color: rgb(231,105,143); }
H1.HeaderClassName
{
color: #E7698F;
}
.AnyTagClassName
{
color: #E7698F;
}
</style>
background-color css
<style>
a { background-color: #E7698F; }
a { background-color: rgb(231,105,143); }
div.DivClassName
{
background-color: #E7698F;
}
.BgClassName
{
background-color: #E7698F;
}
</style>
border-color css
<style>
span { border-color: #E7698F; }
span { border-color: rgb(231,105,143); }
td.TdClassName
{
border-color: #E7698F;
}
.TagClassName
{
border-color: #E7698F;
}
</style>