Shades of Lavender Rose #EFA9DF
Tints of Lavender Rose #EFA9DF
RGB
CMYK
RGB Variations
Color information
#EFA9DF (or 0xEFA9DF) is known color: Lavender Rose. HEX triplet: EF, A9 and DF. RGB value is (239,169,223). Sum of RGB (Red+Green+Blue) = 239+169+223=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9DF is #105620. Grayscale: #C3C3C3. Windows color (decimal): -1070625 or 14658031. OLE color: 14658031.
HSL color Cylindrical-coordinate representation of color #EFA9DF: hue angle of 313.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9DF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 223 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.06 |
| HSL | 313.71º | 0.69% | 0.8% | - |
| HSV(B) | 313.71º | 0.29% | 0.94% | - |
| XYZ | 63.1 | 52.05 | 76.53 | - |
| YUV | 196.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 223 | 0 | 0.29 | 0.07 | 0.06 | 313.71 | 0.69 | 0.8 |
| Hex | EF | A9 | DF | 0 | 1D | 7 | 6 | 13A | 45 | 50 |
| Octal | 357 | 251 | 337 | 0 | 35 | 7 | 6 | 472 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11011111 | 0 | 11101 | 111 | 110 | 100111010 | 1000101 | 1010000 |
Color Harmonies of #EFA9DF
Complementary color
Monochromatic Colors of #EFA9DF
Black with #EFA9DF
Text Example
Text Example
White with #EFA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9DF; }
p { color: rgb(239,169,223); }
H1.HeaderClassName
{
color: #EFA9DF;
}
.AnyTagClassName
{
color: #EFA9DF;
}
</style>
background-color css
<style>
a { background-color: #EFA9DF; }
a { background-color: rgb(239,169,223); }
div.DivClassName
{
background-color: #EFA9DF;
}
.BgClassName
{
background-color: #EFA9DF;
}
</style>
border-color css
<style>
span { border-color: #EFA9DF; }
span { border-color: rgb(239,169,223); }
td.TdClassName
{
border-color: #EFA9DF;
}
.TagClassName
{
border-color: #EFA9DF;
}
</style>