Shades of Lavender Rose #EEA1D8
Tints of Lavender Rose #EEA1D8
RGB
CMYK
RGB Variations
Color information
#EEA1D8 (or 0xEEA1D8) is known color: Lavender Rose. HEX triplet: EE, A1 and D8. RGB value is (238,161,216). Sum of RGB (Red+Green+Blue) = 238+161+216=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1D8 is #115E27. Grayscale: #BEBEBE. Windows color (decimal): -1138216 or 14197230. OLE color: 14197230.
HSL color Cylindrical-coordinate representation of color #EEA1D8: hue angle of 317.14º 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 #EEA1D8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 216 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.07 |
| HSL | 317.14º | 0.69% | 0.78% | - |
| HSV(B) | 317.14º | 0.32% | 0.93% | - |
| XYZ | 60.4 | 48.62 | 71.17 | - |
| YUV | 190.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 216 | 0 | 0.32 | 0.09 | 0.07 | 317.14 | 0.69 | 0.78 |
| Hex | EE | A1 | D8 | 0 | 20 | 9 | 7 | 13D | 45 | 4E |
| Octal | 356 | 241 | 330 | 0 | 40 | 11 | 7 | 475 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11011000 | 0 | 100000 | 1001 | 111 | 100111101 | 1000101 | 1001110 |
Color Harmonies of #EEA1D8
Complementary color
Monochromatic Colors of #EEA1D8
Black with #EEA1D8
Text Example
Text Example
White with #EEA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1D8; }
p { color: rgb(238,161,216); }
H1.HeaderClassName
{
color: #EEA1D8;
}
.AnyTagClassName
{
color: #EEA1D8;
}
</style>
background-color css
<style>
a { background-color: #EEA1D8; }
a { background-color: rgb(238,161,216); }
div.DivClassName
{
background-color: #EEA1D8;
}
.BgClassName
{
background-color: #EEA1D8;
}
</style>
border-color css
<style>
span { border-color: #EEA1D8; }
span { border-color: rgb(238,161,216); }
td.TdClassName
{
border-color: #EEA1D8;
}
.TagClassName
{
border-color: #EEA1D8;
}
</style>