Shades of Lavender Rose #EEA8E6
Tints of Lavender Rose #EEA8E6
RGB
CMYK
RGB Variations
Color information
#EEA8E6 (or 0xEEA8E6) is known color: Lavender Rose. HEX triplet: EE, A8 and E6. RGB value is (238,168,230). Sum of RGB (Red+Green+Blue) = 238+168+230=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8E6 is #115719. Grayscale: #C3C3C3. Windows color (decimal): -1136410 or 15116526. OLE color: 15116526.
HSL color Cylindrical-coordinate representation of color #EEA8E6: hue angle of 306.86º 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 #EEA8E6 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 230 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 306.86º | 0.67% | 0.8% | - |
| HSV(B) | 306.86º | 0.29% | 0.93% | - |
| XYZ | 63.55 | 51.9 | 81.53 | - |
| YUV | 196 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 230 | 0 | 0.29 | 0.03 | 0.07 | 306.86 | 0.67 | 0.8 |
| Hex | EE | A8 | E6 | 0 | 1D | 3 | 7 | 133 | 43 | 50 |
| Octal | 356 | 250 | 346 | 0 | 35 | 3 | 7 | 463 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11100110 | 0 | 11101 | 11 | 111 | 100110011 | 1000011 | 1010000 |
Color Harmonies of #EEA8E6
Complementary color
Monochromatic Colors of #EEA8E6
Black with #EEA8E6
Text Example
Text Example
White with #EEA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8E6; }
p { color: rgb(238,168,230); }
H1.HeaderClassName
{
color: #EEA8E6;
}
.AnyTagClassName
{
color: #EEA8E6;
}
</style>
background-color css
<style>
a { background-color: #EEA8E6; }
a { background-color: rgb(238,168,230); }
div.DivClassName
{
background-color: #EEA8E6;
}
.BgClassName
{
background-color: #EEA8E6;
}
</style>
border-color css
<style>
span { border-color: #EEA8E6; }
span { border-color: rgb(238,168,230); }
td.TdClassName
{
border-color: #EEA8E6;
}
.TagClassName
{
border-color: #EEA8E6;
}
</style>