Shades of Lavender Rose #EEA9E5
Tints of Lavender Rose #EEA9E5
RGB
CMYK
RGB Variations
Color information
#EEA9E5 (or 0xEEA9E5) is known color: Lavender Rose. HEX triplet: EE, A9 and E5. RGB value is (238,169,229). Sum of RGB (Red+Green+Blue) = 238+169+229=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9E5 is #11561A. Grayscale: #C4C4C4. Windows color (decimal): -1136155 or 15051246. OLE color: 15051246.
HSL color Cylindrical-coordinate representation of color #EEA9E5: hue angle of 307.83º 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 #EEA9E5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 229 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.07 |
| HSL | 307.83º | 0.67% | 0.8% | - |
| HSV(B) | 307.83º | 0.29% | 0.93% | - |
| XYZ | 63.59 | 52.21 | 80.85 | - |
| YUV | 196.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 229 | 0 | 0.29 | 0.04 | 0.07 | 307.83 | 0.67 | 0.8 |
| Hex | EE | A9 | E5 | 0 | 1D | 4 | 7 | 134 | 43 | 50 |
| Octal | 356 | 251 | 345 | 0 | 35 | 4 | 7 | 464 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11100101 | 0 | 11101 | 100 | 111 | 100110100 | 1000011 | 1010000 |
Color Harmonies of #EEA9E5
Complementary color
Monochromatic Colors of #EEA9E5
Black with #EEA9E5
Text Example
Text Example
White with #EEA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9E5; }
p { color: rgb(238,169,229); }
H1.HeaderClassName
{
color: #EEA9E5;
}
.AnyTagClassName
{
color: #EEA9E5;
}
</style>
background-color css
<style>
a { background-color: #EEA9E5; }
a { background-color: rgb(238,169,229); }
div.DivClassName
{
background-color: #EEA9E5;
}
.BgClassName
{
background-color: #EEA9E5;
}
</style>
border-color css
<style>
span { border-color: #EEA9E5; }
span { border-color: rgb(238,169,229); }
td.TdClassName
{
border-color: #EEA9E5;
}
.TagClassName
{
border-color: #EEA9E5;
}
</style>