Shades of Lavender Rose #EFA9E5
Tints of Lavender Rose #EFA9E5
RGB
CMYK
RGB Variations
Color information
#EFA9E5 (or 0xEFA9E5) is known color: Lavender Rose. HEX triplet: EF, A9 and E5. RGB value is (239,169,229). Sum of RGB (Red+Green+Blue) = 239+169+229=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9E5 is #10561A. Grayscale: #C4C4C4. Windows color (decimal): -1070619 or 15051247. OLE color: 15051247.
HSL color Cylindrical-coordinate representation of color #EFA9E5: hue angle of 308.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9E5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 229 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.06 |
| HSL | 308.57º | 0.69% | 0.8% | - |
| HSV(B) | 308.57º | 0.29% | 0.94% | - |
| XYZ | 63.93 | 52.38 | 80.87 | - |
| YUV | 196.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 229 | 0 | 0.29 | 0.04 | 0.06 | 308.57 | 0.69 | 0.8 |
| Hex | EF | A9 | E5 | 0 | 1D | 4 | 6 | 135 | 45 | 50 |
| Octal | 357 | 251 | 345 | 0 | 35 | 4 | 6 | 465 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11100101 | 0 | 11101 | 100 | 110 | 100110101 | 1000101 | 1010000 |
Color Harmonies of #EFA9E5
Complementary color
Monochromatic Colors of #EFA9E5
Black with #EFA9E5
Text Example
Text Example
White with #EFA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9E5; }
p { color: rgb(239,169,229); }
H1.HeaderClassName
{
color: #EFA9E5;
}
.AnyTagClassName
{
color: #EFA9E5;
}
</style>
background-color css
<style>
a { background-color: #EFA9E5; }
a { background-color: rgb(239,169,229); }
div.DivClassName
{
background-color: #EFA9E5;
}
.BgClassName
{
background-color: #EFA9E5;
}
</style>
border-color css
<style>
span { border-color: #EFA9E5; }
span { border-color: rgb(239,169,229); }
td.TdClassName
{
border-color: #EFA9E5;
}
.TagClassName
{
border-color: #EFA9E5;
}
</style>