Shades of Lavender Rose #EEA8D9
Tints of Lavender Rose #EEA8D9
RGB
CMYK
RGB Variations
Color information
#EEA8D9 (or 0xEEA8D9) is known color: Lavender Rose. HEX triplet: EE, A8 and D9. RGB value is (238,168,217). Sum of RGB (Red+Green+Blue) = 238+168+217=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8D9 is #115726. Grayscale: #C2C2C2. Windows color (decimal): -1136423 or 14264558. OLE color: 14264558.
HSL color Cylindrical-coordinate representation of color #EEA8D9: hue angle of 318º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8D9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 217 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.07 |
| HSL | 318º | 0.67% | 0.8% | - |
| HSV(B) | 318º | 0.29% | 0.93% | - |
| XYZ | 61.79 | 51.19 | 72.27 | - |
| YUV | 194.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 217 | 0 | 0.29 | 0.09 | 0.07 | 318 | 0.67 | 0.8 |
| Hex | EE | A8 | D9 | 0 | 1D | 9 | 7 | 13E | 43 | 50 |
| Octal | 356 | 250 | 331 | 0 | 35 | 11 | 7 | 476 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11011001 | 0 | 11101 | 1001 | 111 | 100111110 | 1000011 | 1010000 |
Color Harmonies of #EEA8D9
Complementary color
Monochromatic Colors of #EEA8D9
Black with #EEA8D9
Text Example
Text Example
White with #EEA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8D9; }
p { color: rgb(238,168,217); }
H1.HeaderClassName
{
color: #EEA8D9;
}
.AnyTagClassName
{
color: #EEA8D9;
}
</style>
background-color css
<style>
a { background-color: #EEA8D9; }
a { background-color: rgb(238,168,217); }
div.DivClassName
{
background-color: #EEA8D9;
}
.BgClassName
{
background-color: #EEA8D9;
}
</style>
border-color css
<style>
span { border-color: #EEA8D9; }
span { border-color: rgb(238,168,217); }
td.TdClassName
{
border-color: #EEA8D9;
}
.TagClassName
{
border-color: #EEA8D9;
}
</style>