Shades of Lavender Rose #EEA3DE
Tints of Lavender Rose #EEA3DE
RGB
CMYK
RGB Variations
Color information
#EEA3DE (or 0xEEA3DE) is known color: Lavender Rose. HEX triplet: EE, A3 and DE. RGB value is (238,163,222). Sum of RGB (Red+Green+Blue) = 238+163+222=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DE is #115C21. Grayscale: #BFBFBF. Windows color (decimal): -1137698 or 14590958. OLE color: 14590958.
HSL color Cylindrical-coordinate representation of color #EEA3DE: hue angle of 312.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA3DE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 222 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 312.8º | 0.69% | 0.79% | - |
| HSV(B) | 312.8º | 0.32% | 0.93% | - |
| XYZ | 61.54 | 49.65 | 75.45 | - |
| YUV | 192.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 222 | 0 | 0.32 | 0.07 | 0.07 | 312.8 | 0.69 | 0.79 |
| Hex | EE | A3 | DE | 0 | 20 | 7 | 7 | 139 | 45 | 4F |
| Octal | 356 | 243 | 336 | 0 | 40 | 7 | 7 | 471 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11011110 | 0 | 100000 | 111 | 111 | 100111001 | 1000101 | 1001111 |
Color Harmonies of #EEA3DE
Complementary color
Monochromatic Colors of #EEA3DE
Black with #EEA3DE
Text Example
Text Example
White with #EEA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3DE; }
p { color: rgb(238,163,222); }
H1.HeaderClassName
{
color: #EEA3DE;
}
.AnyTagClassName
{
color: #EEA3DE;
}
</style>
background-color css
<style>
a { background-color: #EEA3DE; }
a { background-color: rgb(238,163,222); }
div.DivClassName
{
background-color: #EEA3DE;
}
.BgClassName
{
background-color: #EEA3DE;
}
</style>
border-color css
<style>
span { border-color: #EEA3DE; }
span { border-color: rgb(238,163,222); }
td.TdClassName
{
border-color: #EEA3DE;
}
.TagClassName
{
border-color: #EEA3DE;
}
</style>