Shades of Lavender Rose #EBA9DC
Tints of Lavender Rose #EBA9DC
RGB
CMYK
RGB Variations
Color information
#EBA9DC (or 0xEBA9DC) is known color: Lavender Rose. HEX triplet: EB, A9 and DC. RGB value is (235,169,220). Sum of RGB (Red+Green+Blue) = 235+169+220=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DC is #145623. Grayscale: #C2C2C2. Windows color (decimal): -1332772 or 14461419. OLE color: 14461419.
HSL color Cylindrical-coordinate representation of color #EBA9DC: hue angle of 313.64º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9DC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 220 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.08 |
| HSL | 313.64º | 0.62% | 0.79% | - |
| HSV(B) | 313.64º | 0.28% | 0.92% | - |
| XYZ | 61.37 | 51.21 | 74.36 | - |
| YUV | 194.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 220 | 0 | 0.28 | 0.06 | 0.08 | 313.64 | 0.62 | 0.79 |
| Hex | EB | A9 | DC | 0 | 1C | 6 | 8 | 13A | 3E | 4F |
| Octal | 353 | 251 | 334 | 0 | 34 | 6 | 10 | 472 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11011100 | 0 | 11100 | 110 | 1000 | 100111010 | 111110 | 1001111 |
Color Harmonies of #EBA9DC
Complementary color
Monochromatic Colors of #EBA9DC
Black with #EBA9DC
Text Example
Text Example
White with #EBA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9DC; }
p { color: rgb(235,169,220); }
H1.HeaderClassName
{
color: #EBA9DC;
}
.AnyTagClassName
{
color: #EBA9DC;
}
</style>
background-color css
<style>
a { background-color: #EBA9DC; }
a { background-color: rgb(235,169,220); }
div.DivClassName
{
background-color: #EBA9DC;
}
.BgClassName
{
background-color: #EBA9DC;
}
</style>
border-color css
<style>
span { border-color: #EBA9DC; }
span { border-color: rgb(235,169,220); }
td.TdClassName
{
border-color: #EBA9DC;
}
.TagClassName
{
border-color: #EBA9DC;
}
</style>