Shades of Lavender Rose #EFA0D5
Tints of Lavender Rose #EFA0D5
RGB
CMYK
RGB Variations
Color information
#EFA0D5 (or 0xEFA0D5) is known color: Lavender Rose. HEX triplet: EF, A0 and D5. RGB value is (239,160,213). Sum of RGB (Red+Green+Blue) = 239+160+213=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0D5 is #105F2A. Grayscale: #BDBDBD. Windows color (decimal): -1072939 or 14000367. OLE color: 14000367.
HSL color Cylindrical-coordinate representation of color #EFA0D5: hue angle of 319.75º 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 #EFA0D5 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 213 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.06 |
| HSL | 319.75º | 0.71% | 0.78% | - |
| HSV(B) | 319.75º | 0.33% | 0.94% | - |
| XYZ | 60.18 | 48.3 | 69.1 | - |
| YUV | 189.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 213 | 0 | 0.33 | 0.11 | 0.06 | 319.75 | 0.71 | 0.78 |
| Hex | EF | A0 | D5 | 0 | 21 | B | 6 | 140 | 47 | 4E |
| Octal | 357 | 240 | 325 | 0 | 41 | 13 | 6 | 500 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11010101 | 0 | 100001 | 1011 | 110 | 101000000 | 1000111 | 1001110 |
Color Harmonies of #EFA0D5
Complementary color
Monochromatic Colors of #EFA0D5
Black with #EFA0D5
Text Example
Text Example
White with #EFA0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0D5; }
p { color: rgb(239,160,213); }
H1.HeaderClassName
{
color: #EFA0D5;
}
.AnyTagClassName
{
color: #EFA0D5;
}
</style>
background-color css
<style>
a { background-color: #EFA0D5; }
a { background-color: rgb(239,160,213); }
div.DivClassName
{
background-color: #EFA0D5;
}
.BgClassName
{
background-color: #EFA0D5;
}
</style>
border-color css
<style>
span { border-color: #EFA0D5; }
span { border-color: rgb(239,160,213); }
td.TdClassName
{
border-color: #EFA0D5;
}
.TagClassName
{
border-color: #EFA0D5;
}
</style>