Shades of Lavender Rose #EBA8DA
Tints of Lavender Rose #EBA8DA
RGB
CMYK
RGB Variations
Color information
#EBA8DA (or 0xEBA8DA) is known color: Lavender Rose. HEX triplet: EB, A8 and DA. RGB value is (235,168,218). Sum of RGB (Red+Green+Blue) = 235+168+218=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DA is #145725. Grayscale: #C1C1C1. Windows color (decimal): -1333030 or 14330091. OLE color: 14330091.
HSL color Cylindrical-coordinate representation of color #EBA8DA: hue angle of 315.22º 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 #EBA8DA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 218 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.08 |
| HSL | 315.22º | 0.63% | 0.79% | - |
| HSV(B) | 315.22º | 0.29% | 0.92% | - |
| XYZ | 60.92 | 50.73 | 72.91 | - |
| YUV | 193.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 218 | 0 | 0.29 | 0.07 | 0.08 | 315.22 | 0.63 | 0.79 |
| Hex | EB | A8 | DA | 0 | 1D | 7 | 8 | 13B | 3F | 4F |
| Octal | 353 | 250 | 332 | 0 | 35 | 7 | 10 | 473 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11011010 | 0 | 11101 | 111 | 1000 | 100111011 | 111111 | 1001111 |
Color Harmonies of #EBA8DA
Complementary color
Monochromatic Colors of #EBA8DA
Black with #EBA8DA
Text Example
Text Example
White with #EBA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8DA; }
p { color: rgb(235,168,218); }
H1.HeaderClassName
{
color: #EBA8DA;
}
.AnyTagClassName
{
color: #EBA8DA;
}
</style>
background-color css
<style>
a { background-color: #EBA8DA; }
a { background-color: rgb(235,168,218); }
div.DivClassName
{
background-color: #EBA8DA;
}
.BgClassName
{
background-color: #EBA8DA;
}
</style>
border-color css
<style>
span { border-color: #EBA8DA; }
span { border-color: rgb(235,168,218); }
td.TdClassName
{
border-color: #EBA8DA;
}
.TagClassName
{
border-color: #EBA8DA;
}
</style>