Shades of Lavender Rose #EBA6D4
Tints of Lavender Rose #EBA6D4
RGB
CMYK
RGB Variations
Color information
#EBA6D4 (or 0xEBA6D4) is known color: Lavender Rose. HEX triplet: EB, A6 and D4. RGB value is (235,166,212). Sum of RGB (Red+Green+Blue) = 235+166+212=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6D4 is #14592B. Grayscale: #BFBFBF. Windows color (decimal): -1333548 or 13936363. OLE color: 13936363.
HSL color Cylindrical-coordinate representation of color #EBA6D4: hue angle of 320º 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 #EBA6D4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 212 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 320º | 0.63% | 0.79% | - |
| HSV(B) | 320º | 0.29% | 0.92% | - |
| XYZ | 59.78 | 49.69 | 68.73 | - |
| YUV | 191.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 212 | 0 | 0.29 | 0.10 | 0.08 | 320 | 0.63 | 0.79 |
| Hex | EB | A6 | D4 | 0 | 1D | A | 8 | 140 | 3F | 4F |
| Octal | 353 | 246 | 324 | 0 | 35 | 12 | 10 | 500 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11010100 | 0 | 11101 | 1010 | 1000 | 101000000 | 111111 | 1001111 |
Color Harmonies of #EBA6D4
Complementary color
Monochromatic Colors of #EBA6D4
Black with #EBA6D4
Text Example
Text Example
White with #EBA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6D4; }
p { color: rgb(235,166,212); }
H1.HeaderClassName
{
color: #EBA6D4;
}
.AnyTagClassName
{
color: #EBA6D4;
}
</style>
background-color css
<style>
a { background-color: #EBA6D4; }
a { background-color: rgb(235,166,212); }
div.DivClassName
{
background-color: #EBA6D4;
}
.BgClassName
{
background-color: #EBA6D4;
}
</style>
border-color css
<style>
span { border-color: #EBA6D4; }
span { border-color: rgb(235,166,212); }
td.TdClassName
{
border-color: #EBA6D4;
}
.TagClassName
{
border-color: #EBA6D4;
}
</style>