Shades of Lavender Rose #EFA1DA
Tints of Lavender Rose #EFA1DA
RGB
CMYK
RGB Variations
Color information
#EFA1DA (or 0xEFA1DA) is known color: Lavender Rose. HEX triplet: EF, A1 and DA. RGB value is (239,161,218). Sum of RGB (Red+Green+Blue) = 239+161+218=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DA is #105E25. Grayscale: #BEBEBE. Windows color (decimal): -1072678 or 14328303. OLE color: 14328303.
HSL color Cylindrical-coordinate representation of color #EFA1DA: hue angle of 316.15º 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 #EFA1DA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 218 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.06 |
| HSL | 316.15º | 0.71% | 0.78% | - |
| HSV(B) | 316.15º | 0.33% | 0.94% | - |
| XYZ | 61 | 48.9 | 72.55 | - |
| YUV | 190.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 218 | 0 | 0.33 | 0.09 | 0.06 | 316.15 | 0.71 | 0.78 |
| Hex | EF | A1 | DA | 0 | 21 | 9 | 6 | 13C | 47 | 4E |
| Octal | 357 | 241 | 332 | 0 | 41 | 11 | 6 | 474 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11011010 | 0 | 100001 | 1001 | 110 | 100111100 | 1000111 | 1001110 |
Color Harmonies of #EFA1DA
Complementary color
Monochromatic Colors of #EFA1DA
Black with #EFA1DA
Text Example
Text Example
White with #EFA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1DA; }
p { color: rgb(239,161,218); }
H1.HeaderClassName
{
color: #EFA1DA;
}
.AnyTagClassName
{
color: #EFA1DA;
}
</style>
background-color css
<style>
a { background-color: #EFA1DA; }
a { background-color: rgb(239,161,218); }
div.DivClassName
{
background-color: #EFA1DA;
}
.BgClassName
{
background-color: #EFA1DA;
}
</style>
border-color css
<style>
span { border-color: #EFA1DA; }
span { border-color: rgb(239,161,218); }
td.TdClassName
{
border-color: #EFA1DA;
}
.TagClassName
{
border-color: #EFA1DA;
}
</style>