Shades of Lavender Rose #EFA6D9
Tints of Lavender Rose #EFA6D9
RGB
CMYK
RGB Variations
Color information
#EFA6D9 (or 0xEFA6D9) is known color: Lavender Rose. HEX triplet: EF, A6 and D9. RGB value is (239,166,217). Sum of RGB (Red+Green+Blue) = 239+166+217=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D9 is #105926. Grayscale: #C1C1C1. Windows color (decimal): -1071399 or 14264047. OLE color: 14264047.
HSL color Cylindrical-coordinate representation of color #EFA6D9: hue angle of 318.08º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6D9 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 217 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.06 |
| HSL | 318.08º | 0.7% | 0.79% | - |
| HSV(B) | 318.08º | 0.31% | 0.94% | - |
| XYZ | 61.76 | 50.63 | 72.16 | - |
| YUV | 193.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 217 | 0 | 0.31 | 0.09 | 0.06 | 318.08 | 0.7 | 0.79 |
| Hex | EF | A6 | D9 | 0 | 1F | 9 | 6 | 13E | 46 | 4F |
| Octal | 357 | 246 | 331 | 0 | 37 | 11 | 6 | 476 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11011001 | 0 | 11111 | 1001 | 110 | 100111110 | 1000110 | 1001111 |
Color Harmonies of #EFA6D9
Complementary color
Monochromatic Colors of #EFA6D9
Black with #EFA6D9
Text Example
Text Example
White with #EFA6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6D9; }
p { color: rgb(239,166,217); }
H1.HeaderClassName
{
color: #EFA6D9;
}
.AnyTagClassName
{
color: #EFA6D9;
}
</style>
background-color css
<style>
a { background-color: #EFA6D9; }
a { background-color: rgb(239,166,217); }
div.DivClassName
{
background-color: #EFA6D9;
}
.BgClassName
{
background-color: #EFA6D9;
}
</style>
border-color css
<style>
span { border-color: #EFA6D9; }
span { border-color: rgb(239,166,217); }
td.TdClassName
{
border-color: #EFA6D9;
}
.TagClassName
{
border-color: #EFA6D9;
}
</style>