Shades of Lavender Rose #EFA6E7
Tints of Lavender Rose #EFA6E7
RGB
CMYK
RGB Variations
Color information
#EFA6E7 (or 0xEFA6E7) is known color: Lavender Rose. HEX triplet: EF, A6 and E7. RGB value is (239,166,231). Sum of RGB (Red+Green+Blue) = 239+166+231=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6E7 is #105918. Grayscale: #C3C3C3. Windows color (decimal): -1071385 or 15181551. OLE color: 15181551.
HSL color Cylindrical-coordinate representation of color #EFA6E7: hue angle of 306.58º 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 #EFA6E7 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 231 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.06 |
| HSL | 306.58º | 0.7% | 0.79% | - |
| HSV(B) | 306.58º | 0.31% | 0.94% | - |
| XYZ | 63.66 | 51.39 | 82.17 | - |
| YUV | 195.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 231 | 0 | 0.31 | 0.03 | 0.06 | 306.58 | 0.7 | 0.79 |
| Hex | EF | A6 | E7 | 0 | 1F | 3 | 6 | 133 | 46 | 4F |
| Octal | 357 | 246 | 347 | 0 | 37 | 3 | 6 | 463 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11100111 | 0 | 11111 | 11 | 110 | 100110011 | 1000110 | 1001111 |
Color Harmonies of #EFA6E7
Complementary color
Monochromatic Colors of #EFA6E7
Black with #EFA6E7
Text Example
Text Example
White with #EFA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6E7; }
p { color: rgb(239,166,231); }
H1.HeaderClassName
{
color: #EFA6E7;
}
.AnyTagClassName
{
color: #EFA6E7;
}
</style>
background-color css
<style>
a { background-color: #EFA6E7; }
a { background-color: rgb(239,166,231); }
div.DivClassName
{
background-color: #EFA6E7;
}
.BgClassName
{
background-color: #EFA6E7;
}
</style>
border-color css
<style>
span { border-color: #EFA6E7; }
span { border-color: rgb(239,166,231); }
td.TdClassName
{
border-color: #EFA6E7;
}
.TagClassName
{
border-color: #EFA6E7;
}
</style>