Shades of Lavender Rose #EFA0DE
Tints of Lavender Rose #EFA0DE
RGB
CMYK
RGB Variations
Color information
#EFA0DE (or 0xEFA0DE) is known color: Lavender Rose. HEX triplet: EF, A0 and DE. RGB value is (239,160,222). Sum of RGB (Red+Green+Blue) = 239+160+222=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0DE is #105F21. Grayscale: #BEBEBE. Windows color (decimal): -1072930 or 14590191. OLE color: 14590191.
HSL color Cylindrical-coordinate representation of color #EFA0DE: hue angle of 312.91º 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 #EFA0DE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 222 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.06 |
| HSL | 312.91º | 0.71% | 0.78% | - |
| HSV(B) | 312.91º | 0.33% | 0.94% | - |
| XYZ | 61.35 | 48.77 | 75.29 | - |
| YUV | 190.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 222 | 0 | 0.33 | 0.07 | 0.06 | 312.91 | 0.71 | 0.78 |
| Hex | EF | A0 | DE | 0 | 21 | 7 | 6 | 139 | 47 | 4E |
| Octal | 357 | 240 | 336 | 0 | 41 | 7 | 6 | 471 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11011110 | 0 | 100001 | 111 | 110 | 100111001 | 1000111 | 1001110 |
Color Harmonies of #EFA0DE
Complementary color
Monochromatic Colors of #EFA0DE
Black with #EFA0DE
Text Example
Text Example
White with #EFA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0DE; }
p { color: rgb(239,160,222); }
H1.HeaderClassName
{
color: #EFA0DE;
}
.AnyTagClassName
{
color: #EFA0DE;
}
</style>
background-color css
<style>
a { background-color: #EFA0DE; }
a { background-color: rgb(239,160,222); }
div.DivClassName
{
background-color: #EFA0DE;
}
.BgClassName
{
background-color: #EFA0DE;
}
</style>
border-color css
<style>
span { border-color: #EFA0DE; }
span { border-color: rgb(239,160,222); }
td.TdClassName
{
border-color: #EFA0DE;
}
.TagClassName
{
border-color: #EFA0DE;
}
</style>