Shades of Lavender Rose #EFA0DF
Tints of Lavender Rose #EFA0DF
RGB
CMYK
RGB Variations
Color information
#EFA0DF (or 0xEFA0DF) is known color: Lavender Rose. HEX triplet: EF, A0 and DF. RGB value is (239,160,223). Sum of RGB (Red+Green+Blue) = 239+160+223=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0DF is #105F20. Grayscale: #BEBEBE. Windows color (decimal): -1072929 or 14655727. OLE color: 14655727.
HSL color Cylindrical-coordinate representation of color #EFA0DF: hue angle of 312.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 #EFA0DF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 223 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.06 |
| HSL | 312.15º | 0.71% | 0.78% | - |
| HSV(B) | 312.15º | 0.33% | 0.94% | - |
| XYZ | 61.49 | 48.82 | 75.99 | - |
| YUV | 190.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 223 | 0 | 0.33 | 0.07 | 0.06 | 312.15 | 0.71 | 0.78 |
| Hex | EF | A0 | DF | 0 | 21 | 7 | 6 | 138 | 47 | 4E |
| Octal | 357 | 240 | 337 | 0 | 41 | 7 | 6 | 470 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11011111 | 0 | 100001 | 111 | 110 | 100111000 | 1000111 | 1001110 |
Color Harmonies of #EFA0DF
Complementary color
Monochromatic Colors of #EFA0DF
Black with #EFA0DF
Text Example
Text Example
White with #EFA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0DF; }
p { color: rgb(239,160,223); }
H1.HeaderClassName
{
color: #EFA0DF;
}
.AnyTagClassName
{
color: #EFA0DF;
}
</style>
background-color css
<style>
a { background-color: #EFA0DF; }
a { background-color: rgb(239,160,223); }
div.DivClassName
{
background-color: #EFA0DF;
}
.BgClassName
{
background-color: #EFA0DF;
}
</style>
border-color css
<style>
span { border-color: #EFA0DF; }
span { border-color: rgb(239,160,223); }
td.TdClassName
{
border-color: #EFA0DF;
}
.TagClassName
{
border-color: #EFA0DF;
}
</style>