Shades of Lavender Rose #EBA5D4
Tints of Lavender Rose #EBA5D4
RGB
CMYK
RGB Variations
Color information
#EBA5D4 (or 0xEBA5D4) is known color: Lavender Rose. HEX triplet: EB, A5 and D4. RGB value is (235,165,212). Sum of RGB (Red+Green+Blue) = 235+165+212=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D4 is #145A2B. Grayscale: #BFBFBF. Windows color (decimal): -1333804 or 13936107. OLE color: 13936107.
HSL color Cylindrical-coordinate representation of color #EBA5D4: hue angle of 319.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5D4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 212 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.08 |
| HSL | 319.71º | 0.64% | 0.78% | - |
| HSV(B) | 319.71º | 0.3% | 0.92% | - |
| XYZ | 59.6 | 49.33 | 68.67 | - |
| YUV | 191.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 212 | 0 | 0.30 | 0.10 | 0.08 | 319.71 | 0.64 | 0.78 |
| Hex | EB | A5 | D4 | 0 | 1E | A | 8 | 140 | 40 | 4E |
| Octal | 353 | 245 | 324 | 0 | 36 | 12 | 10 | 500 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11010100 | 0 | 11110 | 1010 | 1000 | 101000000 | 1000000 | 1001110 |
Color Harmonies of #EBA5D4
Complementary color
Monochromatic Colors of #EBA5D4
Black with #EBA5D4
Text Example
Text Example
White with #EBA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5D4; }
p { color: rgb(235,165,212); }
H1.HeaderClassName
{
color: #EBA5D4;
}
.AnyTagClassName
{
color: #EBA5D4;
}
</style>
background-color css
<style>
a { background-color: #EBA5D4; }
a { background-color: rgb(235,165,212); }
div.DivClassName
{
background-color: #EBA5D4;
}
.BgClassName
{
background-color: #EBA5D4;
}
</style>
border-color css
<style>
span { border-color: #EBA5D4; }
span { border-color: rgb(235,165,212); }
td.TdClassName
{
border-color: #EBA5D4;
}
.TagClassName
{
border-color: #EBA5D4;
}
</style>