Shades of Mandys Pink #E8AF8F
Tints of Mandys Pink #E8AF8F
RGB
CMYK
RGB Variations
Color information
#E8AF8F (or 0xE8AF8F) is known color: Mandys Pink. HEX triplet: E8, AF and 8F. RGB value is (232,175,143). Sum of RGB (Red+Green+Blue) = 232+175+143=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF8F is #175070. Grayscale: #BCBCBC. Windows color (decimal): -1527921 or 9416680. OLE color: 9416680.
HSL color Cylindrical-coordinate representation of color #E8AF8F: hue angle of 21.57º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8AF8F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 143 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.09 |
| HSL | 21.57º | 0.66% | 0.74% | - |
| HSV(B) | 21.57º | 0.38% | 0.91% | - |
| XYZ | 53.57 | 49.8 | 32.78 | - |
| YUV | 188.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 143 | 0 | 0.25 | 0.38 | 0.09 | 21.57 | 0.66 | 0.74 |
| Hex | E8 | AF | 8F | 0 | 19 | 26 | 9 | 16 | 42 | 4A |
| Octal | 350 | 257 | 217 | 0 | 31 | 46 | 11 | 26 | 102 | 112 |
| Binary | 11101000 | 10101111 | 10001111 | 0 | 11001 | 100110 | 1001 | 10110 | 1000010 | 1001010 |
Color Harmonies of #E8AF8F
Complementary color
Monochromatic Colors of #E8AF8F
Black with #E8AF8F
Text Example
Text Example
White with #E8AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF8F; }
p { color: rgb(232,175,143); }
H1.HeaderClassName
{
color: #E8AF8F;
}
.AnyTagClassName
{
color: #E8AF8F;
}
</style>
background-color css
<style>
a { background-color: #E8AF8F; }
a { background-color: rgb(232,175,143); }
div.DivClassName
{
background-color: #E8AF8F;
}
.BgClassName
{
background-color: #E8AF8F;
}
</style>
border-color css
<style>
span { border-color: #E8AF8F; }
span { border-color: rgb(232,175,143); }
td.TdClassName
{
border-color: #E8AF8F;
}
.TagClassName
{
border-color: #E8AF8F;
}
</style>