Shades of Lavender Rose #EAA1D9
Tints of Lavender Rose #EAA1D9
RGB
CMYK
RGB Variations
Color information
#EAA1D9 (or 0xEAA1D9) is known color: Lavender Rose. HEX triplet: EA, A1 and D9. RGB value is (234,161,217). Sum of RGB (Red+Green+Blue) = 234+161+217=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1D9 is #155E26. Grayscale: #BDBDBD. Windows color (decimal): -1400359 or 14262762. OLE color: 14262762.
HSL color Cylindrical-coordinate representation of color #EAA1D9: hue angle of 313.97º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA1D9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 217 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.08 |
| HSL | 313.97º | 0.63% | 0.77% | - |
| HSV(B) | 313.97º | 0.31% | 0.92% | - |
| XYZ | 59.2 | 47.99 | 71.79 | - |
| YUV | 189.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 217 | 0 | 0.31 | 0.07 | 0.08 | 313.97 | 0.63 | 0.77 |
| Hex | EA | A1 | D9 | 0 | 1F | 7 | 8 | 13A | 3F | 4D |
| Octal | 352 | 241 | 331 | 0 | 37 | 7 | 10 | 472 | 77 | 115 |
| Binary | 11101010 | 10100001 | 11011001 | 0 | 11111 | 111 | 1000 | 100111010 | 111111 | 1001101 |
Color Harmonies of #EAA1D9
Complementary color
Monochromatic Colors of #EAA1D9
Black with #EAA1D9
Text Example
Text Example
White with #EAA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1D9; }
p { color: rgb(234,161,217); }
H1.HeaderClassName
{
color: #EAA1D9;
}
.AnyTagClassName
{
color: #EAA1D9;
}
</style>
background-color css
<style>
a { background-color: #EAA1D9; }
a { background-color: rgb(234,161,217); }
div.DivClassName
{
background-color: #EAA1D9;
}
.BgClassName
{
background-color: #EAA1D9;
}
</style>
border-color css
<style>
span { border-color: #EAA1D9; }
span { border-color: rgb(234,161,217); }
td.TdClassName
{
border-color: #EAA1D9;
}
.TagClassName
{
border-color: #EAA1D9;
}
</style>