Shades of Pink Lady #EAD1BA
Tints of Pink Lady #EAD1BA
RGB
CMYK
RGB Variations
Color information
#EAD1BA (or 0xEAD1BA) is known color: Pink Lady. HEX triplet: EA, D1 and BA. RGB value is (234,209,186). Sum of RGB (Red+Green+Blue) = 234+209+186=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1BA is #152E45. Grayscale: #D5D5D5. Windows color (decimal): -1388102 or 12243434. OLE color: 12243434.
HSL color Cylindrical-coordinate representation of color #EAD1BA: hue angle of 28.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAD1BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 186 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.08 |
| HSL | 28.75º | 0.53% | 0.82% | - |
| HSV(B) | 28.75º | 0.21% | 0.92% | - |
| XYZ | 65.6 | 66.64 | 55.86 | - |
| YUV | 213.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 186 | 0 | 0.11 | 0.21 | 0.08 | 28.75 | 0.53 | 0.82 |
| Hex | EA | D1 | BA | 0 | B | 15 | 8 | 1D | 35 | 52 |
| Octal | 352 | 321 | 272 | 0 | 13 | 25 | 10 | 35 | 65 | 122 |
| Binary | 11101010 | 11010001 | 10111010 | 0 | 1011 | 10101 | 1000 | 11101 | 110101 | 1010010 |
Color Harmonies of #EAD1BA
Complementary color
Monochromatic Colors of #EAD1BA
Black with #EAD1BA
Text Example
Text Example
White with #EAD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1BA; }
p { color: rgb(234,209,186); }
H1.HeaderClassName
{
color: #EAD1BA;
}
.AnyTagClassName
{
color: #EAD1BA;
}
</style>
background-color css
<style>
a { background-color: #EAD1BA; }
a { background-color: rgb(234,209,186); }
div.DivClassName
{
background-color: #EAD1BA;
}
.BgClassName
{
background-color: #EAD1BA;
}
</style>
border-color css
<style>
span { border-color: #EAD1BA; }
span { border-color: rgb(234,209,186); }
td.TdClassName
{
border-color: #EAD1BA;
}
.TagClassName
{
border-color: #EAD1BA;
}
</style>