Shades of Lavender Rose #EFA9D8
Tints of Lavender Rose #EFA9D8
RGB
CMYK
RGB Variations
Color information
#EFA9D8 (or 0xEFA9D8) is known color: Lavender Rose. HEX triplet: EF, A9 and D8. RGB value is (239,169,216). Sum of RGB (Red+Green+Blue) = 239+169+216=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9D8 is #105627. Grayscale: #C3C3C3. Windows color (decimal): -1070632 or 14199279. OLE color: 14199279.
HSL color Cylindrical-coordinate representation of color #EFA9D8: hue angle of 319.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9D8 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 216 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.06 |
| HSL | 319.71º | 0.69% | 0.8% | - |
| HSV(B) | 319.71º | 0.29% | 0.94% | - |
| XYZ | 62.18 | 51.68 | 71.66 | - |
| YUV | 195.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 216 | 0 | 0.29 | 0.10 | 0.06 | 319.71 | 0.69 | 0.8 |
| Hex | EF | A9 | D8 | 0 | 1D | A | 6 | 140 | 45 | 50 |
| Octal | 357 | 251 | 330 | 0 | 35 | 12 | 6 | 500 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11011000 | 0 | 11101 | 1010 | 110 | 101000000 | 1000101 | 1010000 |
Color Harmonies of #EFA9D8
Complementary color
Monochromatic Colors of #EFA9D8
Black with #EFA9D8
Text Example
Text Example
White with #EFA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9D8; }
p { color: rgb(239,169,216); }
H1.HeaderClassName
{
color: #EFA9D8;
}
.AnyTagClassName
{
color: #EFA9D8;
}
</style>
background-color css
<style>
a { background-color: #EFA9D8; }
a { background-color: rgb(239,169,216); }
div.DivClassName
{
background-color: #EFA9D8;
}
.BgClassName
{
background-color: #EFA9D8;
}
</style>
border-color css
<style>
span { border-color: #EFA9D8; }
span { border-color: rgb(239,169,216); }
td.TdClassName
{
border-color: #EFA9D8;
}
.TagClassName
{
border-color: #EFA9D8;
}
</style>