Shades of Lavender Rose #EFA1D3
Tints of Lavender Rose #EFA1D3
RGB
CMYK
RGB Variations
Color information
#EFA1D3 (or 0xEFA1D3) is known color: Lavender Rose. HEX triplet: EF, A1 and D3. RGB value is (239,161,211). Sum of RGB (Red+Green+Blue) = 239+161+211=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1D3 is #105E2C. Grayscale: #BDBDBD. Windows color (decimal): -1072685 or 13869551. OLE color: 13869551.
HSL color Cylindrical-coordinate representation of color #EFA1D3: hue angle of 321.54º 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 #EFA1D3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 211 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.06 |
| HSL | 321.54º | 0.71% | 0.78% | - |
| HSV(B) | 321.54º | 0.33% | 0.94% | - |
| XYZ | 60.1 | 48.54 | 67.83 | - |
| YUV | 190.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 211 | 0 | 0.33 | 0.12 | 0.06 | 321.54 | 0.71 | 0.78 |
| Hex | EF | A1 | D3 | 0 | 21 | C | 6 | 142 | 47 | 4E |
| Octal | 357 | 241 | 323 | 0 | 41 | 14 | 6 | 502 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11010011 | 0 | 100001 | 1100 | 110 | 101000010 | 1000111 | 1001110 |
Color Harmonies of #EFA1D3
Complementary color
Monochromatic Colors of #EFA1D3
Black with #EFA1D3
Text Example
Text Example
White with #EFA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1D3; }
p { color: rgb(239,161,211); }
H1.HeaderClassName
{
color: #EFA1D3;
}
.AnyTagClassName
{
color: #EFA1D3;
}
</style>
background-color css
<style>
a { background-color: #EFA1D3; }
a { background-color: rgb(239,161,211); }
div.DivClassName
{
background-color: #EFA1D3;
}
.BgClassName
{
background-color: #EFA1D3;
}
</style>
border-color css
<style>
span { border-color: #EFA1D3; }
span { border-color: rgb(239,161,211); }
td.TdClassName
{
border-color: #EFA1D3;
}
.TagClassName
{
border-color: #EFA1D3;
}
</style>