Shades of Mandys Pink #EEAC8E
Tints of Mandys Pink #EEAC8E
RGB
CMYK
RGB Variations
Color information
#EEAC8E (or 0xEEAC8E) is known color: Mandys Pink. HEX triplet: EE, AC and 8E. RGB value is (238,172,142). Sum of RGB (Red+Green+Blue) = 238+172+142=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC8E is #115371. Grayscale: #BCBCBC. Windows color (decimal): -1135474 or 9350382. OLE color: 9350382.
HSL color Cylindrical-coordinate representation of color #EEAC8E: hue angle of 18.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEAC8E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 142 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.07 |
| HSL | 18.75º | 0.74% | 0.75% | - |
| HSV(B) | 18.75º | 0.4% | 0.93% | - |
| XYZ | 54.89 | 49.64 | 32.28 | - |
| YUV | 188.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 142 | 0 | 0.28 | 0.40 | 0.07 | 18.75 | 0.74 | 0.75 |
| Hex | EE | AC | 8E | 0 | 1C | 28 | 7 | 13 | 4A | 4B |
| Octal | 356 | 254 | 216 | 0 | 34 | 50 | 7 | 23 | 112 | 113 |
| Binary | 11101110 | 10101100 | 10001110 | 0 | 11100 | 101000 | 111 | 10011 | 1001010 | 1001011 |
Color Harmonies of #EEAC8E
Complementary color
Monochromatic Colors of #EEAC8E
Black with #EEAC8E
Text Example
Text Example
White with #EEAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC8E; }
p { color: rgb(238,172,142); }
H1.HeaderClassName
{
color: #EEAC8E;
}
.AnyTagClassName
{
color: #EEAC8E;
}
</style>
background-color css
<style>
a { background-color: #EEAC8E; }
a { background-color: rgb(238,172,142); }
div.DivClassName
{
background-color: #EEAC8E;
}
.BgClassName
{
background-color: #EEAC8E;
}
</style>
border-color css
<style>
span { border-color: #EEAC8E; }
span { border-color: rgb(238,172,142); }
td.TdClassName
{
border-color: #EEAC8E;
}
.TagClassName
{
border-color: #EEAC8E;
}
</style>