Shades of Lavender Rose #E8A5D7
Tints of Lavender Rose #E8A5D7
RGB
CMYK
RGB Variations
Color information
#E8A5D7 (or 0xE8A5D7) is known color: Lavender Rose. HEX triplet: E8, A5 and D7. RGB value is (232,165,215). Sum of RGB (Red+Green+Blue) = 232+165+215=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5D7 is #175A28. Grayscale: #BEBEBE. Windows color (decimal): -1530409 or 14132712. OLE color: 14132712.
HSL color Cylindrical-coordinate representation of color #E8A5D7: hue angle of 315.22º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5D7 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 165 | 215 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.09 |
| HSL | 315.22º | 0.59% | 0.78% | - |
| HSV(B) | 315.22º | 0.29% | 0.91% | - |
| XYZ | 59 | 48.97 | 70.63 | - |
| YUV | 190.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 215 | 0 | 0.29 | 0.07 | 0.09 | 315.22 | 0.59 | 0.78 |
| Hex | E8 | A5 | D7 | 0 | 1D | 7 | 9 | 13B | 3B | 4E |
| Octal | 350 | 245 | 327 | 0 | 35 | 7 | 11 | 473 | 73 | 116 |
| Binary | 11101000 | 10100101 | 11010111 | 0 | 11101 | 111 | 1001 | 100111011 | 111011 | 1001110 |
Color Harmonies of #E8A5D7
Complementary color
Monochromatic Colors of #E8A5D7
Black with #E8A5D7
Text Example
Text Example
White with #E8A5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5D7; }
p { color: rgb(232,165,215); }
H1.HeaderClassName
{
color: #E8A5D7;
}
.AnyTagClassName
{
color: #E8A5D7;
}
</style>
background-color css
<style>
a { background-color: #E8A5D7; }
a { background-color: rgb(232,165,215); }
div.DivClassName
{
background-color: #E8A5D7;
}
.BgClassName
{
background-color: #E8A5D7;
}
</style>
border-color css
<style>
span { border-color: #E8A5D7; }
span { border-color: rgb(232,165,215); }
td.TdClassName
{
border-color: #E8A5D7;
}
.TagClassName
{
border-color: #E8A5D7;
}
</style>