Shades of Lavender Rose #EFA8DB
Tints of Lavender Rose #EFA8DB
RGB
CMYK
RGB Variations
Color information
#EFA8DB (or 0xEFA8DB) is known color: Lavender Rose. HEX triplet: EF, A8 and DB. RGB value is (239,168,219). Sum of RGB (Red+Green+Blue) = 239+168+219=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8DB is #105724. Grayscale: #C2C2C2. Windows color (decimal): -1070885 or 14395631. OLE color: 14395631.
HSL color Cylindrical-coordinate representation of color #EFA8DB: hue angle of 316.9º 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 #EFA8DB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 219 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.06 |
| HSL | 316.9º | 0.69% | 0.8% | - |
| HSV(B) | 316.9º | 0.3% | 0.94% | - |
| XYZ | 62.39 | 51.47 | 73.66 | - |
| YUV | 195.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 219 | 0 | 0.30 | 0.08 | 0.06 | 316.9 | 0.69 | 0.8 |
| Hex | EF | A8 | DB | 0 | 1E | 8 | 6 | 13D | 45 | 50 |
| Octal | 357 | 250 | 333 | 0 | 36 | 10 | 6 | 475 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11011011 | 0 | 11110 | 1000 | 110 | 100111101 | 1000101 | 1010000 |
Color Harmonies of #EFA8DB
Complementary color
Monochromatic Colors of #EFA8DB
Black with #EFA8DB
Text Example
Text Example
White with #EFA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8DB; }
p { color: rgb(239,168,219); }
H1.HeaderClassName
{
color: #EFA8DB;
}
.AnyTagClassName
{
color: #EFA8DB;
}
</style>
background-color css
<style>
a { background-color: #EFA8DB; }
a { background-color: rgb(239,168,219); }
div.DivClassName
{
background-color: #EFA8DB;
}
.BgClassName
{
background-color: #EFA8DB;
}
</style>
border-color css
<style>
span { border-color: #EFA8DB; }
span { border-color: rgb(239,168,219); }
td.TdClassName
{
border-color: #EFA8DB;
}
.TagClassName
{
border-color: #EFA8DB;
}
</style>