Shades of Lavender Rose #EEA1D2
Tints of Lavender Rose #EEA1D2
RGB
CMYK
RGB Variations
Color information
#EEA1D2 (or 0xEEA1D2) is known color: Lavender Rose. HEX triplet: EE, A1 and D2. RGB value is (238,161,210). Sum of RGB (Red+Green+Blue) = 238+161+210=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1D2 is #115E2D. Grayscale: #BDBDBD. Windows color (decimal): -1138222 or 13804014. OLE color: 13804014.
HSL color Cylindrical-coordinate representation of color #EEA1D2: hue angle of 321.82º 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 #EEA1D2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 210 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.07 |
| HSL | 321.82º | 0.69% | 0.78% | - |
| HSV(B) | 321.82º | 0.32% | 0.93% | - |
| XYZ | 59.64 | 48.32 | 67.16 | - |
| YUV | 189.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 210 | 0 | 0.32 | 0.12 | 0.07 | 321.82 | 0.69 | 0.78 |
| Hex | EE | A1 | D2 | 0 | 20 | C | 7 | 142 | 45 | 4E |
| Octal | 356 | 241 | 322 | 0 | 40 | 14 | 7 | 502 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11010010 | 0 | 100000 | 1100 | 111 | 101000010 | 1000101 | 1001110 |
Color Harmonies of #EEA1D2
Complementary color
Monochromatic Colors of #EEA1D2
Black with #EEA1D2
Text Example
Text Example
White with #EEA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1D2; }
p { color: rgb(238,161,210); }
H1.HeaderClassName
{
color: #EEA1D2;
}
.AnyTagClassName
{
color: #EEA1D2;
}
</style>
background-color css
<style>
a { background-color: #EEA1D2; }
a { background-color: rgb(238,161,210); }
div.DivClassName
{
background-color: #EEA1D2;
}
.BgClassName
{
background-color: #EEA1D2;
}
</style>
border-color css
<style>
span { border-color: #EEA1D2; }
span { border-color: rgb(238,161,210); }
td.TdClassName
{
border-color: #EEA1D2;
}
.TagClassName
{
border-color: #EEA1D2;
}
</style>