Shades of Lavender Rose #EEA1DE
Tints of Lavender Rose #EEA1DE
RGB
CMYK
RGB Variations
Color information
#EEA1DE (or 0xEEA1DE) is known color: Lavender Rose. HEX triplet: EE, A1 and DE. RGB value is (238,161,222). Sum of RGB (Red+Green+Blue) = 238+161+222=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DE is #115E21. Grayscale: #BEBEBE. Windows color (decimal): -1138210 or 14590446. OLE color: 14590446.
HSL color Cylindrical-coordinate representation of color #EEA1DE: hue angle of 312.47º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1DE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 222 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 312.47º | 0.69% | 0.78% | - |
| HSV(B) | 312.47º | 0.32% | 0.93% | - |
| XYZ | 61.19 | 48.94 | 75.33 | - |
| YUV | 190.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 222 | 0 | 0.32 | 0.07 | 0.07 | 312.47 | 0.69 | 0.78 |
| Hex | EE | A1 | DE | 0 | 20 | 7 | 7 | 138 | 45 | 4E |
| Octal | 356 | 241 | 336 | 0 | 40 | 7 | 7 | 470 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11011110 | 0 | 100000 | 111 | 111 | 100111000 | 1000101 | 1001110 |
Color Harmonies of #EEA1DE
Complementary color
Monochromatic Colors of #EEA1DE
Black with #EEA1DE
Text Example
Text Example
White with #EEA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1DE; }
p { color: rgb(238,161,222); }
H1.HeaderClassName
{
color: #EEA1DE;
}
.AnyTagClassName
{
color: #EEA1DE;
}
</style>
background-color css
<style>
a { background-color: #EEA1DE; }
a { background-color: rgb(238,161,222); }
div.DivClassName
{
background-color: #EEA1DE;
}
.BgClassName
{
background-color: #EEA1DE;
}
</style>
border-color css
<style>
span { border-color: #EEA1DE; }
span { border-color: rgb(238,161,222); }
td.TdClassName
{
border-color: #EEA1DE;
}
.TagClassName
{
border-color: #EEA1DE;
}
</style>