Shades of Lavender Rose #EFA0D6
Tints of Lavender Rose #EFA0D6
RGB
CMYK
RGB Variations
Color information
#EFA0D6 (or 0xEFA0D6) is known color: Lavender Rose. HEX triplet: EF, A0 and D6. RGB value is (239,160,214). Sum of RGB (Red+Green+Blue) = 239+160+214=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0D6 is #105F29. Grayscale: #BDBDBD. Windows color (decimal): -1072938 or 14065903. OLE color: 14065903.
HSL color Cylindrical-coordinate representation of color #EFA0D6: hue angle of 318.99º 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 #EFA0D6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 214 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.06 |
| HSL | 318.99º | 0.71% | 0.78% | - |
| HSV(B) | 318.99º | 0.33% | 0.94% | - |
| XYZ | 60.31 | 48.35 | 69.77 | - |
| YUV | 189.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 214 | 0 | 0.33 | 0.10 | 0.06 | 318.99 | 0.71 | 0.78 |
| Hex | EF | A0 | D6 | 0 | 21 | A | 6 | 13F | 47 | 4E |
| Octal | 357 | 240 | 326 | 0 | 41 | 12 | 6 | 477 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11010110 | 0 | 100001 | 1010 | 110 | 100111111 | 1000111 | 1001110 |
Color Harmonies of #EFA0D6
Complementary color
Monochromatic Colors of #EFA0D6
Black with #EFA0D6
Text Example
Text Example
White with #EFA0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0D6; }
p { color: rgb(239,160,214); }
H1.HeaderClassName
{
color: #EFA0D6;
}
.AnyTagClassName
{
color: #EFA0D6;
}
</style>
background-color css
<style>
a { background-color: #EFA0D6; }
a { background-color: rgb(239,160,214); }
div.DivClassName
{
background-color: #EFA0D6;
}
.BgClassName
{
background-color: #EFA0D6;
}
</style>
border-color css
<style>
span { border-color: #EFA0D6; }
span { border-color: rgb(239,160,214); }
td.TdClassName
{
border-color: #EFA0D6;
}
.TagClassName
{
border-color: #EFA0D6;
}
</style>