Shades of Sweet Pink #E7988E
Tints of Sweet Pink #E7988E
RGB
CMYK
RGB Variations
Color information
#E7988E (or 0xE7988E) is known color: Sweet Pink. HEX triplet: E7, 98 and 8E. RGB value is (231,152,142). Sum of RGB (Red+Green+Blue) = 231+152+142=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7988E is #186771. Grayscale: #AEAEAE. Windows color (decimal): -1599346 or 9345255. OLE color: 9345255.
HSL color Cylindrical-coordinate representation of color #E7988E: hue angle of 6.74º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7988E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 142 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.09 |
| HSL | 6.74º | 0.65% | 0.73% | - |
| HSV(B) | 6.74º | 0.39% | 0.91% | - |
| XYZ | 49.07 | 41.4 | 31 | - |
| YUV | 174.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 142 | 0 | 0.34 | 0.39 | 0.09 | 6.74 | 0.65 | 0.73 |
| Hex | E7 | 98 | 8E | 0 | 22 | 27 | 9 | 7 | 41 | 49 |
| Octal | 347 | 230 | 216 | 0 | 42 | 47 | 11 | 7 | 101 | 111 |
| Binary | 11100111 | 10011000 | 10001110 | 0 | 100010 | 100111 | 1001 | 111 | 1000001 | 1001001 |
Color Harmonies of #E7988E
Complementary color
Monochromatic Colors of #E7988E
Black with #E7988E
Text Example
Text Example
White with #E7988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7988E; }
p { color: rgb(231,152,142); }
H1.HeaderClassName
{
color: #E7988E;
}
.AnyTagClassName
{
color: #E7988E;
}
</style>
background-color css
<style>
a { background-color: #E7988E; }
a { background-color: rgb(231,152,142); }
div.DivClassName
{
background-color: #E7988E;
}
.BgClassName
{
background-color: #E7988E;
}
</style>
border-color css
<style>
span { border-color: #E7988E; }
span { border-color: rgb(231,152,142); }
td.TdClassName
{
border-color: #E7988E;
}
.TagClassName
{
border-color: #E7988E;
}
</style>