Shades of Lavender Rose #EFA2D3
Tints of Lavender Rose #EFA2D3
RGB
CMYK
RGB Variations
Color information
#EFA2D3 (or 0xEFA2D3) is known color: Lavender Rose. HEX triplet: EF, A2 and D3. RGB value is (239,162,211). Sum of RGB (Red+Green+Blue) = 239+162+211=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2D3 is #105D2C. Grayscale: #BEBEBE. Windows color (decimal): -1072429 or 13869807. OLE color: 13869807.
HSL color Cylindrical-coordinate representation of color #EFA2D3: hue angle of 321.82º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2D3 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 211 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.06 |
| HSL | 321.82º | 0.71% | 0.79% | - |
| HSV(B) | 321.82º | 0.32% | 0.94% | - |
| XYZ | 60.27 | 48.89 | 67.89 | - |
| YUV | 190.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 211 | 0 | 0.32 | 0.12 | 0.06 | 321.82 | 0.71 | 0.79 |
| Hex | EF | A2 | D3 | 0 | 20 | C | 6 | 142 | 47 | 4F |
| Octal | 357 | 242 | 323 | 0 | 40 | 14 | 6 | 502 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11010011 | 0 | 100000 | 1100 | 110 | 101000010 | 1000111 | 1001111 |
Color Harmonies of #EFA2D3
Complementary color
Monochromatic Colors of #EFA2D3
Black with #EFA2D3
Text Example
Text Example
White with #EFA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2D3; }
p { color: rgb(239,162,211); }
H1.HeaderClassName
{
color: #EFA2D3;
}
.AnyTagClassName
{
color: #EFA2D3;
}
</style>
background-color css
<style>
a { background-color: #EFA2D3; }
a { background-color: rgb(239,162,211); }
div.DivClassName
{
background-color: #EFA2D3;
}
.BgClassName
{
background-color: #EFA2D3;
}
</style>
border-color css
<style>
span { border-color: #EFA2D3; }
span { border-color: rgb(239,162,211); }
td.TdClassName
{
border-color: #EFA2D3;
}
.TagClassName
{
border-color: #EFA2D3;
}
</style>