Shades of Lavender Rose #EAA6DD
Tints of Lavender Rose #EAA6DD
RGB
CMYK
RGB Variations
Color information
#EAA6DD (or 0xEAA6DD) is known color: Lavender Rose. HEX triplet: EA, A6 and DD. RGB value is (234,166,221). Sum of RGB (Red+Green+Blue) = 234+166+221=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6DD is #155922. Grayscale: #C0C0C0. Windows color (decimal): -1399075 or 14526186. OLE color: 14526186.
HSL color Cylindrical-coordinate representation of color #EAA6DD: hue angle of 311.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6DD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 221 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.08 |
| HSL | 311.47º | 0.62% | 0.78% | - |
| HSV(B) | 311.47º | 0.29% | 0.92% | - |
| XYZ | 60.62 | 49.99 | 74.86 | - |
| YUV | 192.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 221 | 0 | 0.29 | 0.06 | 0.08 | 311.47 | 0.62 | 0.78 |
| Hex | EA | A6 | DD | 0 | 1D | 6 | 8 | 137 | 3E | 4E |
| Octal | 352 | 246 | 335 | 0 | 35 | 6 | 10 | 467 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11011101 | 0 | 11101 | 110 | 1000 | 100110111 | 111110 | 1001110 |
Color Harmonies of #EAA6DD
Complementary color
Monochromatic Colors of #EAA6DD
Black with #EAA6DD
Text Example
Text Example
White with #EAA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6DD; }
p { color: rgb(234,166,221); }
H1.HeaderClassName
{
color: #EAA6DD;
}
.AnyTagClassName
{
color: #EAA6DD;
}
</style>
background-color css
<style>
a { background-color: #EAA6DD; }
a { background-color: rgb(234,166,221); }
div.DivClassName
{
background-color: #EAA6DD;
}
.BgClassName
{
background-color: #EAA6DD;
}
</style>
border-color css
<style>
span { border-color: #EAA6DD; }
span { border-color: rgb(234,166,221); }
td.TdClassName
{
border-color: #EAA6DD;
}
.TagClassName
{
border-color: #EAA6DD;
}
</style>