Shades of Deep Blush #E7698D
Tints of Deep Blush #E7698D
RGB
CMYK
RGB Variations
Color information
#E7698D (or 0xE7698D) is known color: Deep Blush. HEX triplet: E7, 69 and 8D. RGB value is (231,105,141). Sum of RGB (Red+Green+Blue) = 231+105+141=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7698D is #189672. Grayscale: #929292. Windows color (decimal): -1611379 or 9267687. OLE color: 9267687.
HSL color Cylindrical-coordinate representation of color #E7698D: hue angle of 342.86º 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 #E7698D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 141 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.86º | 0.72% | 0.66% | - |
| HSV(B) | 342.86º | 0.55% | 0.91% | - |
| XYZ | 42.81 | 29.02 | 28.54 | - |
| YUV | 146.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 141 | 0 | 0.55 | 0.39 | 0.09 | 342.86 | 0.72 | 0.66 |
| Hex | E7 | 69 | 8D | 0 | 37 | 27 | 9 | 157 | 48 | 42 |
| Octal | 347 | 151 | 215 | 0 | 67 | 47 | 11 | 527 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10001101 | 0 | 110111 | 100111 | 1001 | 101010111 | 1001000 | 1000010 |
Color Harmonies of #E7698D
Complementary color
Monochromatic Colors of #E7698D
Black with #E7698D
Text Example
Text Example
White with #E7698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7698D; }
p { color: rgb(231,105,141); }
H1.HeaderClassName
{
color: #E7698D;
}
.AnyTagClassName
{
color: #E7698D;
}
</style>
background-color css
<style>
a { background-color: #E7698D; }
a { background-color: rgb(231,105,141); }
div.DivClassName
{
background-color: #E7698D;
}
.BgClassName
{
background-color: #E7698D;
}
</style>
border-color css
<style>
span { border-color: #E7698D; }
span { border-color: rgb(231,105,141); }
td.TdClassName
{
border-color: #E7698D;
}
.TagClassName
{
border-color: #E7698D;
}
</style>