Shades of Mandys Pink #EEBBA0
Tints of Mandys Pink #EEBBA0
RGB
CMYK
RGB Variations
Color information
#EEBBA0 (or 0xEEBBA0) is known color: Mandys Pink. HEX triplet: EE, BB and A0. RGB value is (238,187,160). Sum of RGB (Red+Green+Blue) = 238+187+160=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA0 is #11445F. Grayscale: #C7C7C7. Windows color (decimal): -1131616 or 10533870. OLE color: 10533870.
HSL color Cylindrical-coordinate representation of color #EEBBA0: hue angle of 20.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBBA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 160 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.07 |
| HSL | 20.77º | 0.7% | 0.78% | - |
| HSV(B) | 20.77º | 0.33% | 0.93% | - |
| XYZ | 59.38 | 56.26 | 40.99 | - |
| YUV | 199.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 160 | 0 | 0.21 | 0.33 | 0.07 | 20.77 | 0.7 | 0.78 |
| Hex | EE | BB | A0 | 0 | 15 | 21 | 7 | 15 | 46 | 4E |
| Octal | 356 | 273 | 240 | 0 | 25 | 41 | 7 | 25 | 106 | 116 |
| Binary | 11101110 | 10111011 | 10100000 | 0 | 10101 | 100001 | 111 | 10101 | 1000110 | 1001110 |
Color Harmonies of #EEBBA0
Complementary color
Monochromatic Colors of #EEBBA0
Black with #EEBBA0
Text Example
Text Example
White with #EEBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBA0; }
p { color: rgb(238,187,160); }
H1.HeaderClassName
{
color: #EEBBA0;
}
.AnyTagClassName
{
color: #EEBBA0;
}
</style>
background-color css
<style>
a { background-color: #EEBBA0; }
a { background-color: rgb(238,187,160); }
div.DivClassName
{
background-color: #EEBBA0;
}
.BgClassName
{
background-color: #EEBBA0;
}
</style>
border-color css
<style>
span { border-color: #EEBBA0; }
span { border-color: rgb(238,187,160); }
td.TdClassName
{
border-color: #EEBBA0;
}
.TagClassName
{
border-color: #EEBBA0;
}
</style>