Shades of Lavender Rose #EFA4DF
Tints of Lavender Rose #EFA4DF
RGB
CMYK
RGB Variations
Color information
#EFA4DF (or 0xEFA4DF) is known color: Lavender Rose. HEX triplet: EF, A4 and DF. RGB value is (239,164,223). Sum of RGB (Red+Green+Blue) = 239+164+223=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4DF is #105B20. Grayscale: #C0C0C0. Windows color (decimal): -1071905 or 14656751. OLE color: 14656751.
HSL color Cylindrical-coordinate representation of color #EFA4DF: hue angle of 312.8º 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 #EFA4DF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 223 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.06 |
| HSL | 312.8º | 0.7% | 0.79% | - |
| HSV(B) | 312.8º | 0.31% | 0.94% | - |
| XYZ | 62.19 | 50.23 | 76.23 | - |
| YUV | 193.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 223 | 0 | 0.31 | 0.07 | 0.06 | 312.8 | 0.7 | 0.79 |
| Hex | EF | A4 | DF | 0 | 1F | 7 | 6 | 139 | 46 | 4F |
| Octal | 357 | 244 | 337 | 0 | 37 | 7 | 6 | 471 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11011111 | 0 | 11111 | 111 | 110 | 100111001 | 1000110 | 1001111 |
Color Harmonies of #EFA4DF
Complementary color
Monochromatic Colors of #EFA4DF
Black with #EFA4DF
Text Example
Text Example
White with #EFA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4DF; }
p { color: rgb(239,164,223); }
H1.HeaderClassName
{
color: #EFA4DF;
}
.AnyTagClassName
{
color: #EFA4DF;
}
</style>
background-color css
<style>
a { background-color: #EFA4DF; }
a { background-color: rgb(239,164,223); }
div.DivClassName
{
background-color: #EFA4DF;
}
.BgClassName
{
background-color: #EFA4DF;
}
</style>
border-color css
<style>
span { border-color: #EFA4DF; }
span { border-color: rgb(239,164,223); }
td.TdClassName
{
border-color: #EFA4DF;
}
.TagClassName
{
border-color: #EFA4DF;
}
</style>