Shades of Sweet Pink #E88F86
Tints of Sweet Pink #E88F86
RGB
CMYK
RGB Variations
Color information
#E88F86 (or 0xE88F86) is known color: Sweet Pink. HEX triplet: E8, 8F and 86. RGB value is (232,143,134). Sum of RGB (Red+Green+Blue) = 232+143+134=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88F86 is #177079. Grayscale: #A8A8A8. Windows color (decimal): -1536122 or 8818664. OLE color: 8818664.
HSL color Cylindrical-coordinate representation of color #E88F86: hue angle of 5.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E88F86 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 134 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.09 |
| HSL | 5.51º | 0.68% | 0.72% | - |
| HSV(B) | 5.51º | 0.42% | 0.91% | - |
| XYZ | 47.4 | 38.52 | 27.49 | - |
| YUV | 168.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 134 | 0 | 0.38 | 0.42 | 0.09 | 5.51 | 0.68 | 0.72 |
| Hex | E8 | 8F | 86 | 0 | 26 | 2A | 9 | 6 | 44 | 48 |
| Octal | 350 | 217 | 206 | 0 | 46 | 52 | 11 | 6 | 104 | 110 |
| Binary | 11101000 | 10001111 | 10000110 | 0 | 100110 | 101010 | 1001 | 110 | 1000100 | 1001000 |
Color Harmonies of #E88F86
Complementary color
Monochromatic Colors of #E88F86
Black with #E88F86
Text Example
Text Example
White with #E88F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F86; }
p { color: rgb(232,143,134); }
H1.HeaderClassName
{
color: #E88F86;
}
.AnyTagClassName
{
color: #E88F86;
}
</style>
background-color css
<style>
a { background-color: #E88F86; }
a { background-color: rgb(232,143,134); }
div.DivClassName
{
background-color: #E88F86;
}
.BgClassName
{
background-color: #E88F86;
}
</style>
border-color css
<style>
span { border-color: #E88F86; }
span { border-color: rgb(232,143,134); }
td.TdClassName
{
border-color: #E88F86;
}
.TagClassName
{
border-color: #E88F86;
}
</style>