Shades of Lavender Rose #EEA1DC
Tints of Lavender Rose #EEA1DC
RGB
CMYK
RGB Variations
Color information
#EEA1DC (or 0xEEA1DC) is known color: Lavender Rose. HEX triplet: EE, A1 and DC. RGB value is (238,161,220). Sum of RGB (Red+Green+Blue) = 238+161+220=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DC is #115E23. Grayscale: #BEBEBE. Windows color (decimal): -1138212 or 14459374. OLE color: 14459374.
HSL color Cylindrical-coordinate representation of color #EEA1DC: hue angle of 314.03º 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 #EEA1DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 220 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.03º | 0.69% | 0.78% | - |
| HSV(B) | 314.03º | 0.32% | 0.93% | - |
| XYZ | 60.92 | 48.83 | 73.93 | - |
| YUV | 190.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 220 | 0 | 0.32 | 0.08 | 0.07 | 314.03 | 0.69 | 0.78 |
| Hex | EE | A1 | DC | 0 | 20 | 8 | 7 | 13A | 45 | 4E |
| Octal | 356 | 241 | 334 | 0 | 40 | 10 | 7 | 472 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11011100 | 0 | 100000 | 1000 | 111 | 100111010 | 1000101 | 1001110 |
Color Harmonies of #EEA1DC
Complementary color
Monochromatic Colors of #EEA1DC
Black with #EEA1DC
Text Example
Text Example
White with #EEA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1DC; }
p { color: rgb(238,161,220); }
H1.HeaderClassName
{
color: #EEA1DC;
}
.AnyTagClassName
{
color: #EEA1DC;
}
</style>
background-color css
<style>
a { background-color: #EEA1DC; }
a { background-color: rgb(238,161,220); }
div.DivClassName
{
background-color: #EEA1DC;
}
.BgClassName
{
background-color: #EEA1DC;
}
</style>
border-color css
<style>
span { border-color: #EEA1DC; }
span { border-color: rgb(238,161,220); }
td.TdClassName
{
border-color: #EEA1DC;
}
.TagClassName
{
border-color: #EEA1DC;
}
</style>