Shades of Lavender Rose #EFA1DD
Tints of Lavender Rose #EFA1DD
RGB
CMYK
RGB Variations
Color information
#EFA1DD (or 0xEFA1DD) is known color: Lavender Rose. HEX triplet: EF, A1 and DD. RGB value is (239,161,221). Sum of RGB (Red+Green+Blue) = 239+161+221=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DD is #105E22. Grayscale: #BFBFBF. Windows color (decimal): -1072675 or 14524911. OLE color: 14524911.
HSL color Cylindrical-coordinate representation of color #EFA1DD: hue angle of 313.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1DD is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 221 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.06 |
| HSL | 313.85º | 0.71% | 0.78% | - |
| HSV(B) | 313.85º | 0.33% | 0.94% | - |
| XYZ | 61.39 | 49.06 | 74.64 | - |
| YUV | 191.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 221 | 0 | 0.33 | 0.08 | 0.06 | 313.85 | 0.71 | 0.78 |
| Hex | EF | A1 | DD | 0 | 21 | 8 | 6 | 13A | 47 | 4E |
| Octal | 357 | 241 | 335 | 0 | 41 | 10 | 6 | 472 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11011101 | 0 | 100001 | 1000 | 110 | 100111010 | 1000111 | 1001110 |
Color Harmonies of #EFA1DD
Complementary color
Monochromatic Colors of #EFA1DD
Black with #EFA1DD
Text Example
Text Example
White with #EFA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1DD; }
p { color: rgb(239,161,221); }
H1.HeaderClassName
{
color: #EFA1DD;
}
.AnyTagClassName
{
color: #EFA1DD;
}
</style>
background-color css
<style>
a { background-color: #EFA1DD; }
a { background-color: rgb(239,161,221); }
div.DivClassName
{
background-color: #EFA1DD;
}
.BgClassName
{
background-color: #EFA1DD;
}
</style>
border-color css
<style>
span { border-color: #EFA1DD; }
span { border-color: rgb(239,161,221); }
td.TdClassName
{
border-color: #EFA1DD;
}
.TagClassName
{
border-color: #EFA1DD;
}
</style>