Shades of Pink Lady #EED5BA
Tints of Pink Lady #EED5BA
RGB
CMYK
RGB Variations
Color information
#EED5BA (or 0xEED5BA) is known color: Pink Lady. HEX triplet: EE, D5 and BA. RGB value is (238,213,186). Sum of RGB (Red+Green+Blue) = 238+213+186=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BA is #112A45. Grayscale: #D9D9D9. Windows color (decimal): -1124934 or 12244462. OLE color: 12244462.
HSL color Cylindrical-coordinate representation of color #EED5BA: hue angle of 31.15º 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 #EED5BA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 186 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 31.15º | 0.6% | 0.83% | - |
| HSV(B) | 31.15º | 0.22% | 0.93% | - |
| XYZ | 67.92 | 69.31 | 56.25 | - |
| YUV | 217.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 186 | 0 | 0.11 | 0.22 | 0.07 | 31.15 | 0.6 | 0.83 |
| Hex | EE | D5 | BA | 0 | B | 16 | 7 | 1F | 3C | 53 |
| Octal | 356 | 325 | 272 | 0 | 13 | 26 | 7 | 37 | 74 | 123 |
| Binary | 11101110 | 11010101 | 10111010 | 0 | 1011 | 10110 | 111 | 11111 | 111100 | 1010011 |
Color Harmonies of #EED5BA
Complementary color
Monochromatic Colors of #EED5BA
Black with #EED5BA
Text Example
Text Example
White with #EED5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5BA; }
p { color: rgb(238,213,186); }
H1.HeaderClassName
{
color: #EED5BA;
}
.AnyTagClassName
{
color: #EED5BA;
}
</style>
background-color css
<style>
a { background-color: #EED5BA; }
a { background-color: rgb(238,213,186); }
div.DivClassName
{
background-color: #EED5BA;
}
.BgClassName
{
background-color: #EED5BA;
}
</style>
border-color css
<style>
span { border-color: #EED5BA; }
span { border-color: rgb(238,213,186); }
td.TdClassName
{
border-color: #EED5BA;
}
.TagClassName
{
border-color: #EED5BA;
}
</style>