Shades of Lavender Rose #EFA1DC
Tints of Lavender Rose #EFA1DC
RGB
CMYK
RGB Variations
Color information
#EFA1DC (or 0xEFA1DC) is known color: Lavender Rose. HEX triplet: EF, A1 and DC. RGB value is (239,161,220). Sum of RGB (Red+Green+Blue) = 239+161+220=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DC is #105E23. Grayscale: #BEBEBE. Windows color (decimal): -1072676 or 14459375. OLE color: 14459375.
HSL color Cylindrical-coordinate representation of color #EFA1DC: hue angle of 314.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1DC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 220 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.06 |
| HSL | 314.62º | 0.71% | 0.78% | - |
| HSV(B) | 314.62º | 0.33% | 0.94% | - |
| XYZ | 61.26 | 49.01 | 73.94 | - |
| YUV | 191.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 220 | 0 | 0.33 | 0.08 | 0.06 | 314.62 | 0.71 | 0.78 |
| Hex | EF | A1 | DC | 0 | 21 | 8 | 6 | 13B | 47 | 4E |
| Octal | 357 | 241 | 334 | 0 | 41 | 10 | 6 | 473 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11011100 | 0 | 100001 | 1000 | 110 | 100111011 | 1000111 | 1001110 |
Color Harmonies of #EFA1DC
Complementary color
Monochromatic Colors of #EFA1DC
Black with #EFA1DC
Text Example
Text Example
White with #EFA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1DC; }
p { color: rgb(239,161,220); }
H1.HeaderClassName
{
color: #EFA1DC;
}
.AnyTagClassName
{
color: #EFA1DC;
}
</style>
background-color css
<style>
a { background-color: #EFA1DC; }
a { background-color: rgb(239,161,220); }
div.DivClassName
{
background-color: #EFA1DC;
}
.BgClassName
{
background-color: #EFA1DC;
}
</style>
border-color css
<style>
span { border-color: #EFA1DC; }
span { border-color: rgb(239,161,220); }
td.TdClassName
{
border-color: #EFA1DC;
}
.TagClassName
{
border-color: #EFA1DC;
}
</style>