Shades of Lavender Rose #EFA7E5
Tints of Lavender Rose #EFA7E5
RGB
CMYK
RGB Variations
Color information
#EFA7E5 (or 0xEFA7E5) is known color: Lavender Rose. HEX triplet: EF, A7 and E5. RGB value is (239,167,229). Sum of RGB (Red+Green+Blue) = 239+167+229=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7E5 is #10581A. Grayscale: #C3C3C3. Windows color (decimal): -1071131 or 15050735. OLE color: 15050735.
HSL color Cylindrical-coordinate representation of color #EFA7E5: hue angle of 308.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7E5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 229 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.06 |
| HSL | 308.33º | 0.69% | 0.8% | - |
| HSV(B) | 308.33º | 0.3% | 0.94% | - |
| XYZ | 63.56 | 51.65 | 80.75 | - |
| YUV | 195.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 229 | 0 | 0.30 | 0.04 | 0.06 | 308.33 | 0.69 | 0.8 |
| Hex | EF | A7 | E5 | 0 | 1E | 4 | 6 | 134 | 45 | 50 |
| Octal | 357 | 247 | 345 | 0 | 36 | 4 | 6 | 464 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11100101 | 0 | 11110 | 100 | 110 | 100110100 | 1000101 | 1010000 |
Color Harmonies of #EFA7E5
Complementary color
Monochromatic Colors of #EFA7E5
Black with #EFA7E5
Text Example
Text Example
White with #EFA7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7E5; }
p { color: rgb(239,167,229); }
H1.HeaderClassName
{
color: #EFA7E5;
}
.AnyTagClassName
{
color: #EFA7E5;
}
</style>
background-color css
<style>
a { background-color: #EFA7E5; }
a { background-color: rgb(239,167,229); }
div.DivClassName
{
background-color: #EFA7E5;
}
.BgClassName
{
background-color: #EFA7E5;
}
</style>
border-color css
<style>
span { border-color: #EFA7E5; }
span { border-color: rgb(239,167,229); }
td.TdClassName
{
border-color: #EFA7E5;
}
.TagClassName
{
border-color: #EFA7E5;
}
</style>