Shades of Lavender Rose #EEA3DC
Tints of Lavender Rose #EEA3DC
RGB
CMYK
RGB Variations
Color information
#EEA3DC (or 0xEEA3DC) is known color: Lavender Rose. HEX triplet: EE, A3 and DC. RGB value is (238,163,220). Sum of RGB (Red+Green+Blue) = 238+163+220=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DC is #115C23. Grayscale: #BFBFBF. Windows color (decimal): -1137700 or 14459886. OLE color: 14459886.
HSL color Cylindrical-coordinate representation of color #EEA3DC: hue angle of 314.4º 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 #EEA3DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 220 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.4º | 0.69% | 0.79% | - |
| HSV(B) | 314.4º | 0.32% | 0.93% | - |
| XYZ | 61.28 | 49.54 | 74.04 | - |
| YUV | 191.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 220 | 0 | 0.32 | 0.08 | 0.07 | 314.4 | 0.69 | 0.79 |
| Hex | EE | A3 | DC | 0 | 20 | 8 | 7 | 13A | 45 | 4F |
| Octal | 356 | 243 | 334 | 0 | 40 | 10 | 7 | 472 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11011100 | 0 | 100000 | 1000 | 111 | 100111010 | 1000101 | 1001111 |
Color Harmonies of #EEA3DC
Complementary color
Monochromatic Colors of #EEA3DC
Black with #EEA3DC
Text Example
Text Example
White with #EEA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3DC; }
p { color: rgb(238,163,220); }
H1.HeaderClassName
{
color: #EEA3DC;
}
.AnyTagClassName
{
color: #EEA3DC;
}
</style>
background-color css
<style>
a { background-color: #EEA3DC; }
a { background-color: rgb(238,163,220); }
div.DivClassName
{
background-color: #EEA3DC;
}
.BgClassName
{
background-color: #EEA3DC;
}
</style>
border-color css
<style>
span { border-color: #EEA3DC; }
span { border-color: rgb(238,163,220); }
td.TdClassName
{
border-color: #EEA3DC;
}
.TagClassName
{
border-color: #EEA3DC;
}
</style>