Shades of Lavender Rose #EFA6E3
Tints of Lavender Rose #EFA6E3
RGB
CMYK
RGB Variations
Color information
#EFA6E3 (or 0xEFA6E3) is known color: Lavender Rose. HEX triplet: EF, A6 and E3. RGB value is (239,166,227). Sum of RGB (Red+Green+Blue) = 239+166+227=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6E3 is #10591C. Grayscale: #C2C2C2. Windows color (decimal): -1071389 or 14919407. OLE color: 14919407.
HSL color Cylindrical-coordinate representation of color #EFA6E3: hue angle of 309.86º 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 #EFA6E3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 227 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.06 |
| HSL | 309.86º | 0.7% | 0.79% | - |
| HSV(B) | 309.86º | 0.31% | 0.94% | - |
| XYZ | 63.1 | 51.17 | 79.22 | - |
| YUV | 194.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 227 | 0 | 0.31 | 0.05 | 0.06 | 309.86 | 0.7 | 0.79 |
| Hex | EF | A6 | E3 | 0 | 1F | 5 | 6 | 136 | 46 | 4F |
| Octal | 357 | 246 | 343 | 0 | 37 | 5 | 6 | 466 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11100011 | 0 | 11111 | 101 | 110 | 100110110 | 1000110 | 1001111 |
Color Harmonies of #EFA6E3
Complementary color
Monochromatic Colors of #EFA6E3
Black with #EFA6E3
Text Example
Text Example
White with #EFA6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6E3; }
p { color: rgb(239,166,227); }
H1.HeaderClassName
{
color: #EFA6E3;
}
.AnyTagClassName
{
color: #EFA6E3;
}
</style>
background-color css
<style>
a { background-color: #EFA6E3; }
a { background-color: rgb(239,166,227); }
div.DivClassName
{
background-color: #EFA6E3;
}
.BgClassName
{
background-color: #EFA6E3;
}
</style>
border-color css
<style>
span { border-color: #EFA6E3; }
span { border-color: rgb(239,166,227); }
td.TdClassName
{
border-color: #EFA6E3;
}
.TagClassName
{
border-color: #EFA6E3;
}
</style>