Shades of Lavender Rose #EFA5DE
Tints of Lavender Rose #EFA5DE
RGB
CMYK
RGB Variations
Color information
#EFA5DE (or 0xEFA5DE) is known color: Lavender Rose. HEX triplet: EF, A5 and DE. RGB value is (239,165,222). Sum of RGB (Red+Green+Blue) = 239+165+222=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5DE is #105A21. Grayscale: #C1C1C1. Windows color (decimal): -1071650 or 14591471. OLE color: 14591471.
HSL color Cylindrical-coordinate representation of color #EFA5DE: hue angle of 313.78º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5DE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 222 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.06 |
| HSL | 313.78º | 0.7% | 0.79% | - |
| HSV(B) | 313.78º | 0.31% | 0.94% | - |
| XYZ | 62.24 | 50.53 | 75.58 | - |
| YUV | 193.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 222 | 0 | 0.31 | 0.07 | 0.06 | 313.78 | 0.7 | 0.79 |
| Hex | EF | A5 | DE | 0 | 1F | 7 | 6 | 13A | 46 | 4F |
| Octal | 357 | 245 | 336 | 0 | 37 | 7 | 6 | 472 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11011110 | 0 | 11111 | 111 | 110 | 100111010 | 1000110 | 1001111 |
Color Harmonies of #EFA5DE
Complementary color
Monochromatic Colors of #EFA5DE
Black with #EFA5DE
Text Example
Text Example
White with #EFA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5DE; }
p { color: rgb(239,165,222); }
H1.HeaderClassName
{
color: #EFA5DE;
}
.AnyTagClassName
{
color: #EFA5DE;
}
</style>
background-color css
<style>
a { background-color: #EFA5DE; }
a { background-color: rgb(239,165,222); }
div.DivClassName
{
background-color: #EFA5DE;
}
.BgClassName
{
background-color: #EFA5DE;
}
</style>
border-color css
<style>
span { border-color: #EFA5DE; }
span { border-color: rgb(239,165,222); }
td.TdClassName
{
border-color: #EFA5DE;
}
.TagClassName
{
border-color: #EFA5DE;
}
</style>