Shades of Lavender Rose #EEA0DE
Tints of Lavender Rose #EEA0DE
RGB
CMYK
RGB Variations
Color information
#EEA0DE (or 0xEEA0DE) is known color: Lavender Rose. HEX triplet: EE, A0 and DE. RGB value is (238,160,222). Sum of RGB (Red+Green+Blue) = 238+160+222=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0DE is #115F21. Grayscale: #BEBEBE. Windows color (decimal): -1138466 or 14590190. OLE color: 14590190.
HSL color Cylindrical-coordinate representation of color #EEA0DE: hue angle of 312.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0DE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 222 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.07 |
| HSL | 312.31º | 0.7% | 0.78% | - |
| HSV(B) | 312.31º | 0.33% | 0.93% | - |
| XYZ | 61.02 | 48.59 | 75.27 | - |
| YUV | 190.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 222 | 0 | 0.33 | 0.07 | 0.07 | 312.31 | 0.7 | 0.78 |
| Hex | EE | A0 | DE | 0 | 21 | 7 | 7 | 138 | 46 | 4E |
| Octal | 356 | 240 | 336 | 0 | 41 | 7 | 7 | 470 | 106 | 116 |
| Binary | 11101110 | 10100000 | 11011110 | 0 | 100001 | 111 | 111 | 100111000 | 1000110 | 1001110 |
Color Harmonies of #EEA0DE
Complementary color
Monochromatic Colors of #EEA0DE
Black with #EEA0DE
Text Example
Text Example
White with #EEA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0DE; }
p { color: rgb(238,160,222); }
H1.HeaderClassName
{
color: #EEA0DE;
}
.AnyTagClassName
{
color: #EEA0DE;
}
</style>
background-color css
<style>
a { background-color: #EEA0DE; }
a { background-color: rgb(238,160,222); }
div.DivClassName
{
background-color: #EEA0DE;
}
.BgClassName
{
background-color: #EEA0DE;
}
</style>
border-color css
<style>
span { border-color: #EEA0DE; }
span { border-color: rgb(238,160,222); }
td.TdClassName
{
border-color: #EEA0DE;
}
.TagClassName
{
border-color: #EEA0DE;
}
</style>