Shades of Lavender Rose #EFA3DE
Tints of Lavender Rose #EFA3DE
RGB
CMYK
RGB Variations
Color information
#EFA3DE (or 0xEFA3DE) is known color: Lavender Rose. HEX triplet: EF, A3 and DE. RGB value is (239,163,222). Sum of RGB (Red+Green+Blue) = 239+163+222=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3DE is #105C21. Grayscale: #C0C0C0. Windows color (decimal): -1072162 or 14590959. OLE color: 14590959.
HSL color Cylindrical-coordinate representation of color #EFA3DE: hue angle of 313.42º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3DE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 222 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.06 |
| HSL | 313.42º | 0.7% | 0.79% | - |
| HSV(B) | 313.42º | 0.32% | 0.94% | - |
| XYZ | 61.88 | 49.82 | 75.46 | - |
| YUV | 192.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 222 | 0 | 0.32 | 0.07 | 0.06 | 313.42 | 0.7 | 0.79 |
| Hex | EF | A3 | DE | 0 | 20 | 7 | 6 | 139 | 46 | 4F |
| Octal | 357 | 243 | 336 | 0 | 40 | 7 | 6 | 471 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11011110 | 0 | 100000 | 111 | 110 | 100111001 | 1000110 | 1001111 |
Color Harmonies of #EFA3DE
Complementary color
Monochromatic Colors of #EFA3DE
Black with #EFA3DE
Text Example
Text Example
White with #EFA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3DE; }
p { color: rgb(239,163,222); }
H1.HeaderClassName
{
color: #EFA3DE;
}
.AnyTagClassName
{
color: #EFA3DE;
}
</style>
background-color css
<style>
a { background-color: #EFA3DE; }
a { background-color: rgb(239,163,222); }
div.DivClassName
{
background-color: #EFA3DE;
}
.BgClassName
{
background-color: #EFA3DE;
}
</style>
border-color css
<style>
span { border-color: #EFA3DE; }
span { border-color: rgb(239,163,222); }
td.TdClassName
{
border-color: #EFA3DE;
}
.TagClassName
{
border-color: #EFA3DE;
}
</style>