Shades of Lavender Rose #EFA4DB
Tints of Lavender Rose #EFA4DB
RGB
CMYK
RGB Variations
Color information
#EFA4DB (or 0xEFA4DB) is known color: Lavender Rose. HEX triplet: EF, A4 and DB. RGB value is (239,164,219). Sum of RGB (Red+Green+Blue) = 239+164+219=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4DB is #105B24. Grayscale: #C0C0C0. Windows color (decimal): -1071909 or 14394607. OLE color: 14394607.
HSL color Cylindrical-coordinate representation of color #EFA4DB: hue angle of 316º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4DB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 219 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.06 |
| HSL | 316º | 0.7% | 0.79% | - |
| HSV(B) | 316º | 0.31% | 0.94% | - |
| XYZ | 61.66 | 50.02 | 73.42 | - |
| YUV | 192.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 219 | 0 | 0.31 | 0.08 | 0.06 | 316 | 0.7 | 0.79 |
| Hex | EF | A4 | DB | 0 | 1F | 8 | 6 | 13C | 46 | 4F |
| Octal | 357 | 244 | 333 | 0 | 37 | 10 | 6 | 474 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11011011 | 0 | 11111 | 1000 | 110 | 100111100 | 1000110 | 1001111 |
Color Harmonies of #EFA4DB
Complementary color
Monochromatic Colors of #EFA4DB
Black with #EFA4DB
Text Example
Text Example
White with #EFA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4DB; }
p { color: rgb(239,164,219); }
H1.HeaderClassName
{
color: #EFA4DB;
}
.AnyTagClassName
{
color: #EFA4DB;
}
</style>
background-color css
<style>
a { background-color: #EFA4DB; }
a { background-color: rgb(239,164,219); }
div.DivClassName
{
background-color: #EFA4DB;
}
.BgClassName
{
background-color: #EFA4DB;
}
</style>
border-color css
<style>
span { border-color: #EFA4DB; }
span { border-color: rgb(239,164,219); }
td.TdClassName
{
border-color: #EFA4DB;
}
.TagClassName
{
border-color: #EFA4DB;
}
</style>