Shades of Lavender Rose #EEA9DF
Tints of Lavender Rose #EEA9DF
RGB
CMYK
RGB Variations
Color information
#EEA9DF (or 0xEEA9DF) is known color: Lavender Rose. HEX triplet: EE, A9 and DF. RGB value is (238,169,223). Sum of RGB (Red+Green+Blue) = 238+169+223=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DF is #115620. Grayscale: #C3C3C3. Windows color (decimal): -1136161 or 14658030. OLE color: 14658030.
HSL color Cylindrical-coordinate representation of color #EEA9DF: hue angle of 313.04º 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 #EEA9DF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 223 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.07 |
| HSL | 313.04º | 0.67% | 0.8% | - |
| HSV(B) | 313.04º | 0.29% | 0.93% | - |
| XYZ | 62.77 | 51.88 | 76.52 | - |
| YUV | 195.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 223 | 0 | 0.29 | 0.06 | 0.07 | 313.04 | 0.67 | 0.8 |
| Hex | EE | A9 | DF | 0 | 1D | 6 | 7 | 139 | 43 | 50 |
| Octal | 356 | 251 | 337 | 0 | 35 | 6 | 7 | 471 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11011111 | 0 | 11101 | 110 | 111 | 100111001 | 1000011 | 1010000 |
Color Harmonies of #EEA9DF
Complementary color
Monochromatic Colors of #EEA9DF
Black with #EEA9DF
Text Example
Text Example
White with #EEA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9DF; }
p { color: rgb(238,169,223); }
H1.HeaderClassName
{
color: #EEA9DF;
}
.AnyTagClassName
{
color: #EEA9DF;
}
</style>
background-color css
<style>
a { background-color: #EEA9DF; }
a { background-color: rgb(238,169,223); }
div.DivClassName
{
background-color: #EEA9DF;
}
.BgClassName
{
background-color: #EEA9DF;
}
</style>
border-color css
<style>
span { border-color: #EEA9DF; }
span { border-color: rgb(238,169,223); }
td.TdClassName
{
border-color: #EEA9DF;
}
.TagClassName
{
border-color: #EEA9DF;
}
</style>