Shades of Pink Lady #EED4BA
Tints of Pink Lady #EED4BA
RGB
CMYK
RGB Variations
Color information
#EED4BA (or 0xEED4BA) is known color: Pink Lady. HEX triplet: EE, D4 and BA. RGB value is (238,212,186). Sum of RGB (Red+Green+Blue) = 238+212+186=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BA is #112B45. Grayscale: #D8D8D8. Windows color (decimal): -1125190 or 12244206. OLE color: 12244206.
HSL color Cylindrical-coordinate representation of color #EED4BA: hue angle of 30º 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 #EED4BA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 186 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.07 |
| HSL | 30º | 0.6% | 0.83% | - |
| HSV(B) | 30º | 0.22% | 0.93% | - |
| XYZ | 67.67 | 68.81 | 56.17 | - |
| YUV | 216.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 186 | 0 | 0.11 | 0.22 | 0.07 | 30 | 0.6 | 0.83 |
| Hex | EE | D4 | BA | 0 | B | 16 | 7 | 1E | 3C | 53 |
| Octal | 356 | 324 | 272 | 0 | 13 | 26 | 7 | 36 | 74 | 123 |
| Binary | 11101110 | 11010100 | 10111010 | 0 | 1011 | 10110 | 111 | 11110 | 111100 | 1010011 |
Color Harmonies of #EED4BA
Complementary color
Monochromatic Colors of #EED4BA
Black with #EED4BA
Text Example
Text Example
White with #EED4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4BA; }
p { color: rgb(238,212,186); }
H1.HeaderClassName
{
color: #EED4BA;
}
.AnyTagClassName
{
color: #EED4BA;
}
</style>
background-color css
<style>
a { background-color: #EED4BA; }
a { background-color: rgb(238,212,186); }
div.DivClassName
{
background-color: #EED4BA;
}
.BgClassName
{
background-color: #EED4BA;
}
</style>
border-color css
<style>
span { border-color: #EED4BA; }
span { border-color: rgb(238,212,186); }
td.TdClassName
{
border-color: #EED4BA;
}
.TagClassName
{
border-color: #EED4BA;
}
</style>