Shades of Lavender Rose #EBA8DD
Tints of Lavender Rose #EBA8DD
RGB
CMYK
RGB Variations
Color information
#EBA8DD (or 0xEBA8DD) is known color: Lavender Rose. HEX triplet: EB, A8 and DD. RGB value is (235,168,221). Sum of RGB (Red+Green+Blue) = 235+168+221=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DD is #145722. Grayscale: #C1C1C1. Windows color (decimal): -1333027 or 14526699. OLE color: 14526699.
HSL color Cylindrical-coordinate representation of color #EBA8DD: hue angle of 312.54º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8DD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 221 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.08 |
| HSL | 312.54º | 0.63% | 0.79% | - |
| HSV(B) | 312.54º | 0.29% | 0.92% | - |
| XYZ | 61.31 | 50.89 | 75 | - |
| YUV | 194.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 221 | 0 | 0.29 | 0.06 | 0.08 | 312.54 | 0.63 | 0.79 |
| Hex | EB | A8 | DD | 0 | 1D | 6 | 8 | 139 | 3F | 4F |
| Octal | 353 | 250 | 335 | 0 | 35 | 6 | 10 | 471 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11011101 | 0 | 11101 | 110 | 1000 | 100111001 | 111111 | 1001111 |
Color Harmonies of #EBA8DD
Complementary color
Monochromatic Colors of #EBA8DD
Black with #EBA8DD
Text Example
Text Example
White with #EBA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8DD; }
p { color: rgb(235,168,221); }
H1.HeaderClassName
{
color: #EBA8DD;
}
.AnyTagClassName
{
color: #EBA8DD;
}
</style>
background-color css
<style>
a { background-color: #EBA8DD; }
a { background-color: rgb(235,168,221); }
div.DivClassName
{
background-color: #EBA8DD;
}
.BgClassName
{
background-color: #EBA8DD;
}
</style>
border-color css
<style>
span { border-color: #EBA8DD; }
span { border-color: rgb(235,168,221); }
td.TdClassName
{
border-color: #EBA8DD;
}
.TagClassName
{
border-color: #EBA8DD;
}
</style>