Shades of Lavender Rose #EFA8D9
Tints of Lavender Rose #EFA8D9
RGB
CMYK
RGB Variations
Color information
#EFA8D9 (or 0xEFA8D9) is known color: Lavender Rose. HEX triplet: EF, A8 and D9. RGB value is (239,168,217). Sum of RGB (Red+Green+Blue) = 239+168+217=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8D9 is #105726. Grayscale: #C2C2C2. Windows color (decimal): -1070887 or 14264559. OLE color: 14264559.
HSL color Cylindrical-coordinate representation of color #EFA8D9: hue angle of 318.59º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8D9 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 217 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.06 |
| HSL | 318.59º | 0.69% | 0.8% | - |
| HSV(B) | 318.59º | 0.3% | 0.94% | - |
| XYZ | 62.12 | 51.37 | 72.29 | - |
| YUV | 194.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 217 | 0 | 0.30 | 0.09 | 0.06 | 318.59 | 0.69 | 0.8 |
| Hex | EF | A8 | D9 | 0 | 1E | 9 | 6 | 13F | 45 | 50 |
| Octal | 357 | 250 | 331 | 0 | 36 | 11 | 6 | 477 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11011001 | 0 | 11110 | 1001 | 110 | 100111111 | 1000101 | 1010000 |
Color Harmonies of #EFA8D9
Complementary color
Monochromatic Colors of #EFA8D9
Black with #EFA8D9
Text Example
Text Example
White with #EFA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8D9; }
p { color: rgb(239,168,217); }
H1.HeaderClassName
{
color: #EFA8D9;
}
.AnyTagClassName
{
color: #EFA8D9;
}
</style>
background-color css
<style>
a { background-color: #EFA8D9; }
a { background-color: rgb(239,168,217); }
div.DivClassName
{
background-color: #EFA8D9;
}
.BgClassName
{
background-color: #EFA8D9;
}
</style>
border-color css
<style>
span { border-color: #EFA8D9; }
span { border-color: rgb(239,168,217); }
td.TdClassName
{
border-color: #EFA8D9;
}
.TagClassName
{
border-color: #EFA8D9;
}
</style>