Shades of Lavender Rose #EBA8DF
Tints of Lavender Rose #EBA8DF
RGB
CMYK
RGB Variations
Color information
#EBA8DF (or 0xEBA8DF) is known color: Lavender Rose. HEX triplet: EB, A8 and DF. RGB value is (235,168,223). Sum of RGB (Red+Green+Blue) = 235+168+223=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DF is #145720. Grayscale: #C2C2C2. Windows color (decimal): -1333025 or 14657771. OLE color: 14657771.
HSL color Cylindrical-coordinate representation of color #EBA8DF: hue angle of 310.75º 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 #EBA8DF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 223 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.08 |
| HSL | 310.75º | 0.63% | 0.79% | - |
| HSV(B) | 310.75º | 0.29% | 0.92% | - |
| XYZ | 61.58 | 51 | 76.41 | - |
| YUV | 194.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 223 | 0 | 0.29 | 0.05 | 0.08 | 310.75 | 0.63 | 0.79 |
| Hex | EB | A8 | DF | 0 | 1D | 5 | 8 | 137 | 3F | 4F |
| Octal | 353 | 250 | 337 | 0 | 35 | 5 | 10 | 467 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11011111 | 0 | 11101 | 101 | 1000 | 100110111 | 111111 | 1001111 |
Color Harmonies of #EBA8DF
Complementary color
Monochromatic Colors of #EBA8DF
Black with #EBA8DF
Text Example
Text Example
White with #EBA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8DF; }
p { color: rgb(235,168,223); }
H1.HeaderClassName
{
color: #EBA8DF;
}
.AnyTagClassName
{
color: #EBA8DF;
}
</style>
background-color css
<style>
a { background-color: #EBA8DF; }
a { background-color: rgb(235,168,223); }
div.DivClassName
{
background-color: #EBA8DF;
}
.BgClassName
{
background-color: #EBA8DF;
}
</style>
border-color css
<style>
span { border-color: #EBA8DF; }
span { border-color: rgb(235,168,223); }
td.TdClassName
{
border-color: #EBA8DF;
}
.TagClassName
{
border-color: #EBA8DF;
}
</style>