Shades of Lavender Rose #EFA0DA
Tints of Lavender Rose #EFA0DA
RGB
CMYK
RGB Variations
Color information
#EFA0DA (or 0xEFA0DA) is known color: Lavender Rose. HEX triplet: EF, A0 and DA. RGB value is (239,160,218). Sum of RGB (Red+Green+Blue) = 239+160+218=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0DA is #105F25. Grayscale: #BEBEBE. Windows color (decimal): -1072934 or 14328047. OLE color: 14328047.
HSL color Cylindrical-coordinate representation of color #EFA0DA: hue angle of 315.95º 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 #EFA0DA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 218 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.06 |
| HSL | 315.95º | 0.71% | 0.78% | - |
| HSV(B) | 315.95º | 0.33% | 0.94% | - |
| XYZ | 60.82 | 48.55 | 72.5 | - |
| YUV | 190.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 218 | 0 | 0.33 | 0.09 | 0.06 | 315.95 | 0.71 | 0.78 |
| Hex | EF | A0 | DA | 0 | 21 | 9 | 6 | 13C | 47 | 4E |
| Octal | 357 | 240 | 332 | 0 | 41 | 11 | 6 | 474 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11011010 | 0 | 100001 | 1001 | 110 | 100111100 | 1000111 | 1001110 |
Color Harmonies of #EFA0DA
Complementary color
Monochromatic Colors of #EFA0DA
Black with #EFA0DA
Text Example
Text Example
White with #EFA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0DA; }
p { color: rgb(239,160,218); }
H1.HeaderClassName
{
color: #EFA0DA;
}
.AnyTagClassName
{
color: #EFA0DA;
}
</style>
background-color css
<style>
a { background-color: #EFA0DA; }
a { background-color: rgb(239,160,218); }
div.DivClassName
{
background-color: #EFA0DA;
}
.BgClassName
{
background-color: #EFA0DA;
}
</style>
border-color css
<style>
span { border-color: #EFA0DA; }
span { border-color: rgb(239,160,218); }
td.TdClassName
{
border-color: #EFA0DA;
}
.TagClassName
{
border-color: #EFA0DA;
}
</style>