Shades of Lavender Rose #EFA0D3
Tints of Lavender Rose #EFA0D3
RGB
CMYK
RGB Variations
Color information
#EFA0D3 (or 0xEFA0D3) is known color: Lavender Rose. HEX triplet: EF, A0 and D3. RGB value is (239,160,211). Sum of RGB (Red+Green+Blue) = 239+160+211=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0D3 is #105F2C. Grayscale: #BDBDBD. Windows color (decimal): -1072941 or 13869295. OLE color: 13869295.
HSL color Cylindrical-coordinate representation of color #EFA0D3: hue angle of 321.27º 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 #EFA0D3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 211 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.06 |
| HSL | 321.27º | 0.71% | 0.78% | - |
| HSV(B) | 321.27º | 0.33% | 0.94% | - |
| XYZ | 59.93 | 48.2 | 67.77 | - |
| YUV | 189.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 211 | 0 | 0.33 | 0.12 | 0.06 | 321.27 | 0.71 | 0.78 |
| Hex | EF | A0 | D3 | 0 | 21 | C | 6 | 141 | 47 | 4E |
| Octal | 357 | 240 | 323 | 0 | 41 | 14 | 6 | 501 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11010011 | 0 | 100001 | 1100 | 110 | 101000001 | 1000111 | 1001110 |
Color Harmonies of #EFA0D3
Complementary color
Monochromatic Colors of #EFA0D3
Black with #EFA0D3
Text Example
Text Example
White with #EFA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0D3; }
p { color: rgb(239,160,211); }
H1.HeaderClassName
{
color: #EFA0D3;
}
.AnyTagClassName
{
color: #EFA0D3;
}
</style>
background-color css
<style>
a { background-color: #EFA0D3; }
a { background-color: rgb(239,160,211); }
div.DivClassName
{
background-color: #EFA0D3;
}
.BgClassName
{
background-color: #EFA0D3;
}
</style>
border-color css
<style>
span { border-color: #EFA0D3; }
span { border-color: rgb(239,160,211); }
td.TdClassName
{
border-color: #EFA0D3;
}
.TagClassName
{
border-color: #EFA0D3;
}
</style>