Shades of Lavender Pink #EAA8D0
Tints of Lavender Pink #EAA8D0
RGB
CMYK
RGB Variations
Color information
#EAA8D0 (or 0xEAA8D0) is known color: Lavender Pink. HEX triplet: EA, A8 and D0. RGB value is (234,168,208). Sum of RGB (Red+Green+Blue) = 234+168+208=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D0 is #15572F. Grayscale: #C0C0C0. Windows color (decimal): -1398576 or 13674730. OLE color: 13674730.
HSL color Cylindrical-coordinate representation of color #EAA8D0: hue angle of 323.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8D0 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 208 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.08 |
| HSL | 323.64º | 0.61% | 0.79% | - |
| HSV(B) | 323.64º | 0.28% | 0.92% | - |
| XYZ | 59.32 | 50.05 | 66.21 | - |
| YUV | 192.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 208 | 0 | 0.28 | 0.11 | 0.08 | 323.64 | 0.61 | 0.79 |
| Hex | EA | A8 | D0 | 0 | 1C | B | 8 | 144 | 3D | 4F |
| Octal | 352 | 250 | 320 | 0 | 34 | 13 | 10 | 504 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11010000 | 0 | 11100 | 1011 | 1000 | 101000100 | 111101 | 1001111 |
Color Harmonies of #EAA8D0
Complementary color
Monochromatic Colors of #EAA8D0
Black with #EAA8D0
Text Example
Text Example
White with #EAA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8D0; }
p { color: rgb(234,168,208); }
H1.HeaderClassName
{
color: #EAA8D0;
}
.AnyTagClassName
{
color: #EAA8D0;
}
</style>
background-color css
<style>
a { background-color: #EAA8D0; }
a { background-color: rgb(234,168,208); }
div.DivClassName
{
background-color: #EAA8D0;
}
.BgClassName
{
background-color: #EAA8D0;
}
</style>
border-color css
<style>
span { border-color: #EAA8D0; }
span { border-color: rgb(234,168,208); }
td.TdClassName
{
border-color: #EAA8D0;
}
.TagClassName
{
border-color: #EAA8D0;
}
</style>