Shades of Mandys Pink #EEBDA2
Tints of Mandys Pink #EEBDA2
RGB
CMYK
RGB Variations
Color information
#EEBDA2 (or 0xEEBDA2) is known color: Mandys Pink. HEX triplet: EE, BD and A2. RGB value is (238,189,162). Sum of RGB (Red+Green+Blue) = 238+189+162=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA2 is #11425D. Grayscale: #C8C8C8. Windows color (decimal): -1131102 or 10665454. OLE color: 10665454.
HSL color Cylindrical-coordinate representation of color #EEBDA2: hue angle of 21.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEBDA2 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 162 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 21.32º | 0.69% | 0.78% | - |
| HSV(B) | 21.32º | 0.32% | 0.93% | - |
| XYZ | 59.98 | 57.18 | 42.06 | - |
| YUV | 200.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 162 | 0 | 0.21 | 0.32 | 0.07 | 21.32 | 0.69 | 0.78 |
| Hex | EE | BD | A2 | 0 | 15 | 20 | 7 | 15 | 45 | 4E |
| Octal | 356 | 275 | 242 | 0 | 25 | 40 | 7 | 25 | 105 | 116 |
| Binary | 11101110 | 10111101 | 10100010 | 0 | 10101 | 100000 | 111 | 10101 | 1000101 | 1001110 |
Color Harmonies of #EEBDA2
Complementary color
Monochromatic Colors of #EEBDA2
Black with #EEBDA2
Text Example
Text Example
White with #EEBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDA2; }
p { color: rgb(238,189,162); }
H1.HeaderClassName
{
color: #EEBDA2;
}
.AnyTagClassName
{
color: #EEBDA2;
}
</style>
background-color css
<style>
a { background-color: #EEBDA2; }
a { background-color: rgb(238,189,162); }
div.DivClassName
{
background-color: #EEBDA2;
}
.BgClassName
{
background-color: #EEBDA2;
}
</style>
border-color css
<style>
span { border-color: #EEBDA2; }
span { border-color: rgb(238,189,162); }
td.TdClassName
{
border-color: #EEBDA2;
}
.TagClassName
{
border-color: #EEBDA2;
}
</style>