Shades of Lavender Rose #EEA7D9
Tints of Lavender Rose #EEA7D9
RGB
CMYK
RGB Variations
Color information
#EEA7D9 (or 0xEEA7D9) is known color: Lavender Rose. HEX triplet: EE, A7 and D9. RGB value is (238,167,217). Sum of RGB (Red+Green+Blue) = 238+167+217=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7D9 is #115826. Grayscale: #C1C1C1. Windows color (decimal): -1136679 or 14264302. OLE color: 14264302.
HSL color Cylindrical-coordinate representation of color #EEA7D9: hue angle of 317.75º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7D9 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 217 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.07 |
| HSL | 317.75º | 0.68% | 0.79% | - |
| HSV(B) | 317.75º | 0.3% | 0.93% | - |
| XYZ | 61.6 | 50.82 | 72.21 | - |
| YUV | 193.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 217 | 0 | 0.30 | 0.09 | 0.07 | 317.75 | 0.68 | 0.79 |
| Hex | EE | A7 | D9 | 0 | 1E | 9 | 7 | 13E | 44 | 4F |
| Octal | 356 | 247 | 331 | 0 | 36 | 11 | 7 | 476 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11011001 | 0 | 11110 | 1001 | 111 | 100111110 | 1000100 | 1001111 |
Color Harmonies of #EEA7D9
Complementary color
Monochromatic Colors of #EEA7D9
Black with #EEA7D9
Text Example
Text Example
White with #EEA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7D9; }
p { color: rgb(238,167,217); }
H1.HeaderClassName
{
color: #EEA7D9;
}
.AnyTagClassName
{
color: #EEA7D9;
}
</style>
background-color css
<style>
a { background-color: #EEA7D9; }
a { background-color: rgb(238,167,217); }
div.DivClassName
{
background-color: #EEA7D9;
}
.BgClassName
{
background-color: #EEA7D9;
}
</style>
border-color css
<style>
span { border-color: #EEA7D9; }
span { border-color: rgb(238,167,217); }
td.TdClassName
{
border-color: #EEA7D9;
}
.TagClassName
{
border-color: #EEA7D9;
}
</style>