Shades of Lavender Rose #EEA9D7
Tints of Lavender Rose #EEA9D7
RGB
CMYK
RGB Variations
Color information
#EEA9D7 (or 0xEEA9D7) is known color: Lavender Rose. HEX triplet: EE, A9 and D7. RGB value is (238,169,215). Sum of RGB (Red+Green+Blue) = 238+169+215=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9D7 is #115628. Grayscale: #C2C2C2. Windows color (decimal): -1136169 or 14133742. OLE color: 14133742.
HSL color Cylindrical-coordinate representation of color #EEA9D7: hue angle of 320º 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 #EEA9D7 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 215 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.07 |
| HSL | 320º | 0.67% | 0.8% | - |
| HSV(B) | 320º | 0.29% | 0.93% | - |
| XYZ | 61.71 | 51.46 | 70.97 | - |
| YUV | 194.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 215 | 0 | 0.29 | 0.10 | 0.07 | 320 | 0.67 | 0.8 |
| Hex | EE | A9 | D7 | 0 | 1D | A | 7 | 140 | 43 | 50 |
| Octal | 356 | 251 | 327 | 0 | 35 | 12 | 7 | 500 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11010111 | 0 | 11101 | 1010 | 111 | 101000000 | 1000011 | 1010000 |
Color Harmonies of #EEA9D7
Complementary color
Monochromatic Colors of #EEA9D7
Black with #EEA9D7
Text Example
Text Example
White with #EEA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9D7; }
p { color: rgb(238,169,215); }
H1.HeaderClassName
{
color: #EEA9D7;
}
.AnyTagClassName
{
color: #EEA9D7;
}
</style>
background-color css
<style>
a { background-color: #EEA9D7; }
a { background-color: rgb(238,169,215); }
div.DivClassName
{
background-color: #EEA9D7;
}
.BgClassName
{
background-color: #EEA9D7;
}
</style>
border-color css
<style>
span { border-color: #EEA9D7; }
span { border-color: rgb(238,169,215); }
td.TdClassName
{
border-color: #EEA9D7;
}
.TagClassName
{
border-color: #EEA9D7;
}
</style>