Shades of Lavender Rose #EFA8E5
Tints of Lavender Rose #EFA8E5
RGB
CMYK
RGB Variations
Color information
#EFA8E5 (or 0xEFA8E5) is known color: Lavender Rose. HEX triplet: EF, A8 and E5. RGB value is (239,168,229). Sum of RGB (Red+Green+Blue) = 239+168+229=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8E5 is #10571A. Grayscale: #C4C4C4. Windows color (decimal): -1070875 or 15050991. OLE color: 15050991.
HSL color Cylindrical-coordinate representation of color #EFA8E5: hue angle of 308.45º 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 #EFA8E5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 229 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.06 |
| HSL | 308.45º | 0.69% | 0.8% | - |
| HSV(B) | 308.45º | 0.3% | 0.94% | - |
| XYZ | 63.74 | 52.01 | 80.81 | - |
| YUV | 196.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 229 | 0 | 0.30 | 0.04 | 0.06 | 308.45 | 0.69 | 0.8 |
| Hex | EF | A8 | E5 | 0 | 1E | 4 | 6 | 134 | 45 | 50 |
| Octal | 357 | 250 | 345 | 0 | 36 | 4 | 6 | 464 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11100101 | 0 | 11110 | 100 | 110 | 100110100 | 1000101 | 1010000 |
Color Harmonies of #EFA8E5
Complementary color
Monochromatic Colors of #EFA8E5
Black with #EFA8E5
Text Example
Text Example
White with #EFA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8E5; }
p { color: rgb(239,168,229); }
H1.HeaderClassName
{
color: #EFA8E5;
}
.AnyTagClassName
{
color: #EFA8E5;
}
</style>
background-color css
<style>
a { background-color: #EFA8E5; }
a { background-color: rgb(239,168,229); }
div.DivClassName
{
background-color: #EFA8E5;
}
.BgClassName
{
background-color: #EFA8E5;
}
</style>
border-color css
<style>
span { border-color: #EFA8E5; }
span { border-color: rgb(239,168,229); }
td.TdClassName
{
border-color: #EFA8E5;
}
.TagClassName
{
border-color: #EFA8E5;
}
</style>