Shades of Pink Lady #EED6BA
Tints of Pink Lady #EED6BA
RGB
CMYK
RGB Variations
Color information
#EED6BA (or 0xEED6BA) is known color: Pink Lady. HEX triplet: EE, D6 and BA. RGB value is (238,214,186). Sum of RGB (Red+Green+Blue) = 238+214+186=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6BA is #112945. Grayscale: #DADADA. Windows color (decimal): -1124678 or 12244718. OLE color: 12244718.
HSL color Cylindrical-coordinate representation of color #EED6BA: hue angle of 32.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED6BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 186 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.07 |
| HSL | 32.31º | 0.6% | 0.83% | - |
| HSV(B) | 32.31º | 0.22% | 0.93% | - |
| XYZ | 68.17 | 69.82 | 56.34 | - |
| YUV | 217.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 186 | 0 | 0.10 | 0.22 | 0.07 | 32.31 | 0.6 | 0.83 |
| Hex | EE | D6 | BA | 0 | A | 16 | 7 | 20 | 3C | 53 |
| Octal | 356 | 326 | 272 | 0 | 12 | 26 | 7 | 40 | 74 | 123 |
| Binary | 11101110 | 11010110 | 10111010 | 0 | 1010 | 10110 | 111 | 100000 | 111100 | 1010011 |
Color Harmonies of #EED6BA
Complementary color
Monochromatic Colors of #EED6BA
Black with #EED6BA
Text Example
Text Example
White with #EED6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6BA; }
p { color: rgb(238,214,186); }
H1.HeaderClassName
{
color: #EED6BA;
}
.AnyTagClassName
{
color: #EED6BA;
}
</style>
background-color css
<style>
a { background-color: #EED6BA; }
a { background-color: rgb(238,214,186); }
div.DivClassName
{
background-color: #EED6BA;
}
.BgClassName
{
background-color: #EED6BA;
}
</style>
border-color css
<style>
span { border-color: #EED6BA; }
span { border-color: rgb(238,214,186); }
td.TdClassName
{
border-color: #EED6BA;
}
.TagClassName
{
border-color: #EED6BA;
}
</style>