Shades of Lavender Rose #EEA9E7
Tints of Lavender Rose #EEA9E7
RGB
CMYK
RGB Variations
Color information
#EEA9E7 (or 0xEEA9E7) is known color: Lavender Rose. HEX triplet: EE, A9 and E7. RGB value is (238,169,231). Sum of RGB (Red+Green+Blue) = 238+169+231=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9E7 is #115618. Grayscale: #C4C4C4. Windows color (decimal): -1136153 or 15182318. OLE color: 15182318.
HSL color Cylindrical-coordinate representation of color #EEA9E7: hue angle of 306.09º 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 #EEA9E7 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 231 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 306.09º | 0.67% | 0.8% | - |
| HSV(B) | 306.09º | 0.29% | 0.93% | - |
| XYZ | 63.87 | 52.32 | 82.33 | - |
| YUV | 196.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 231 | 0 | 0.29 | 0.03 | 0.07 | 306.09 | 0.67 | 0.8 |
| Hex | EE | A9 | E7 | 0 | 1D | 3 | 7 | 132 | 43 | 50 |
| Octal | 356 | 251 | 347 | 0 | 35 | 3 | 7 | 462 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11100111 | 0 | 11101 | 11 | 111 | 100110010 | 1000011 | 1010000 |
Color Harmonies of #EEA9E7
Complementary color
Monochromatic Colors of #EEA9E7
Black with #EEA9E7
Text Example
Text Example
White with #EEA9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9E7; }
p { color: rgb(238,169,231); }
H1.HeaderClassName
{
color: #EEA9E7;
}
.AnyTagClassName
{
color: #EEA9E7;
}
</style>
background-color css
<style>
a { background-color: #EEA9E7; }
a { background-color: rgb(238,169,231); }
div.DivClassName
{
background-color: #EEA9E7;
}
.BgClassName
{
background-color: #EEA9E7;
}
</style>
border-color css
<style>
span { border-color: #EEA9E7; }
span { border-color: rgb(238,169,231); }
td.TdClassName
{
border-color: #EEA9E7;
}
.TagClassName
{
border-color: #EEA9E7;
}
</style>