Shades of Lavender Rose #EFA2DF
Tints of Lavender Rose #EFA2DF
RGB
CMYK
RGB Variations
Color information
#EFA2DF (or 0xEFA2DF) is known color: Lavender Rose. HEX triplet: EF, A2 and DF. RGB value is (239,162,223). Sum of RGB (Red+Green+Blue) = 239+162+223=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2DF is #105D20. Grayscale: #BFBFBF. Windows color (decimal): -1072417 or 14656239. OLE color: 14656239.
HSL color Cylindrical-coordinate representation of color #EFA2DF: hue angle of 312.47º degrees, saturation: 0.71, 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 #EFA2DF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 223 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.06 |
| HSL | 312.47º | 0.71% | 0.79% | - |
| HSV(B) | 312.47º | 0.32% | 0.94% | - |
| XYZ | 61.84 | 49.52 | 76.11 | - |
| YUV | 191.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 223 | 0 | 0.32 | 0.07 | 0.06 | 312.47 | 0.71 | 0.79 |
| Hex | EF | A2 | DF | 0 | 20 | 7 | 6 | 138 | 47 | 4F |
| Octal | 357 | 242 | 337 | 0 | 40 | 7 | 6 | 470 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11011111 | 0 | 100000 | 111 | 110 | 100111000 | 1000111 | 1001111 |
Color Harmonies of #EFA2DF
Complementary color
Monochromatic Colors of #EFA2DF
Black with #EFA2DF
Text Example
Text Example
White with #EFA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2DF; }
p { color: rgb(239,162,223); }
H1.HeaderClassName
{
color: #EFA2DF;
}
.AnyTagClassName
{
color: #EFA2DF;
}
</style>
background-color css
<style>
a { background-color: #EFA2DF; }
a { background-color: rgb(239,162,223); }
div.DivClassName
{
background-color: #EFA2DF;
}
.BgClassName
{
background-color: #EFA2DF;
}
</style>
border-color css
<style>
span { border-color: #EFA2DF; }
span { border-color: rgb(239,162,223); }
td.TdClassName
{
border-color: #EFA2DF;
}
.TagClassName
{
border-color: #EFA2DF;
}
</style>