Shades of Sweet Pink #E8988E
Tints of Sweet Pink #E8988E
RGB
CMYK
RGB Variations
Color information
#E8988E (or 0xE8988E) is known color: Sweet Pink. HEX triplet: E8, 98 and 8E. RGB value is (232,152,142). Sum of RGB (Red+Green+Blue) = 232+152+142=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8988E is #176771. Grayscale: #AEAEAE. Windows color (decimal): -1533810 or 9345256. OLE color: 9345256.
HSL color Cylindrical-coordinate representation of color #E8988E: hue angle of 6.67º degrees, saturation: 0.66, 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 #E8988E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 142 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.09 |
| HSL | 6.67º | 0.66% | 0.73% | - |
| HSV(B) | 6.67º | 0.39% | 0.91% | - |
| XYZ | 49.39 | 41.57 | 31.01 | - |
| YUV | 174.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 142 | 0 | 0.34 | 0.39 | 0.09 | 6.67 | 0.66 | 0.73 |
| Hex | E8 | 98 | 8E | 0 | 22 | 27 | 9 | 7 | 42 | 49 |
| Octal | 350 | 230 | 216 | 0 | 42 | 47 | 11 | 7 | 102 | 111 |
| Binary | 11101000 | 10011000 | 10001110 | 0 | 100010 | 100111 | 1001 | 111 | 1000010 | 1001001 |
Color Harmonies of #E8988E
Complementary color
Monochromatic Colors of #E8988E
Black with #E8988E
Text Example
Text Example
White with #E8988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8988E; }
p { color: rgb(232,152,142); }
H1.HeaderClassName
{
color: #E8988E;
}
.AnyTagClassName
{
color: #E8988E;
}
</style>
background-color css
<style>
a { background-color: #E8988E; }
a { background-color: rgb(232,152,142); }
div.DivClassName
{
background-color: #E8988E;
}
.BgClassName
{
background-color: #E8988E;
}
</style>
border-color css
<style>
span { border-color: #E8988E; }
span { border-color: rgb(232,152,142); }
td.TdClassName
{
border-color: #E8988E;
}
.TagClassName
{
border-color: #E8988E;
}
</style>