Shades of Lavender Rose #EFACE5
Tints of Lavender Rose #EFACE5
RGB
CMYK
RGB Variations
Color information
#EFACE5 (or 0xEFACE5) is known color: Lavender Rose. HEX triplet: EF, AC and E5. RGB value is (239,172,229). Sum of RGB (Red+Green+Blue) = 239+172+229=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE5 is #10531A. Grayscale: #C6C6C6. Windows color (decimal): -1069851 or 15052015. OLE color: 15052015.
HSL color Cylindrical-coordinate representation of color #EFACE5: hue angle of 308.96º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACE5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 229 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.06 |
| HSL | 308.96º | 0.68% | 0.81% | - |
| HSV(B) | 308.96º | 0.28% | 0.94% | - |
| XYZ | 64.49 | 53.51 | 81.06 | - |
| YUV | 198.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 229 | 0 | 0.28 | 0.04 | 0.06 | 308.96 | 0.68 | 0.81 |
| Hex | EF | AC | E5 | 0 | 1C | 4 | 6 | 135 | 44 | 51 |
| Octal | 357 | 254 | 345 | 0 | 34 | 4 | 6 | 465 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11100101 | 0 | 11100 | 100 | 110 | 100110101 | 1000100 | 1010001 |
Color Harmonies of #EFACE5
Complementary color
Monochromatic Colors of #EFACE5
Black with #EFACE5
Text Example
Text Example
White with #EFACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACE5; }
p { color: rgb(239,172,229); }
H1.HeaderClassName
{
color: #EFACE5;
}
.AnyTagClassName
{
color: #EFACE5;
}
</style>
background-color css
<style>
a { background-color: #EFACE5; }
a { background-color: rgb(239,172,229); }
div.DivClassName
{
background-color: #EFACE5;
}
.BgClassName
{
background-color: #EFACE5;
}
</style>
border-color css
<style>
span { border-color: #EFACE5; }
span { border-color: rgb(239,172,229); }
td.TdClassName
{
border-color: #EFACE5;
}
.TagClassName
{
border-color: #EFACE5;
}
</style>