Shades of Lavender Rose #EBA8D8
Tints of Lavender Rose #EBA8D8
RGB
CMYK
RGB Variations
Color information
#EBA8D8 (or 0xEBA8D8) is known color: Lavender Rose. HEX triplet: EB, A8 and D8. RGB value is (235,168,216). Sum of RGB (Red+Green+Blue) = 235+168+216=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D8 is #145727. Grayscale: #C1C1C1. Windows color (decimal): -1333032 or 14199019. OLE color: 14199019.
HSL color Cylindrical-coordinate representation of color #EBA8D8: hue angle of 317.01º 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 #EBA8D8 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 216 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.08 |
| HSL | 317.01º | 0.63% | 0.79% | - |
| HSV(B) | 317.01º | 0.29% | 0.92% | - |
| XYZ | 60.66 | 50.63 | 71.54 | - |
| YUV | 193.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 216 | 0 | 0.29 | 0.08 | 0.08 | 317.01 | 0.63 | 0.79 |
| Hex | EB | A8 | D8 | 0 | 1D | 8 | 8 | 13D | 3F | 4F |
| Octal | 353 | 250 | 330 | 0 | 35 | 10 | 10 | 475 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11011000 | 0 | 11101 | 1000 | 1000 | 100111101 | 111111 | 1001111 |
Color Harmonies of #EBA8D8
Complementary color
Monochromatic Colors of #EBA8D8
Black with #EBA8D8
Text Example
Text Example
White with #EBA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8D8; }
p { color: rgb(235,168,216); }
H1.HeaderClassName
{
color: #EBA8D8;
}
.AnyTagClassName
{
color: #EBA8D8;
}
</style>
background-color css
<style>
a { background-color: #EBA8D8; }
a { background-color: rgb(235,168,216); }
div.DivClassName
{
background-color: #EBA8D8;
}
.BgClassName
{
background-color: #EBA8D8;
}
</style>
border-color css
<style>
span { border-color: #EBA8D8; }
span { border-color: rgb(235,168,216); }
td.TdClassName
{
border-color: #EBA8D8;
}
.TagClassName
{
border-color: #EBA8D8;
}
</style>