Shades of Lavender Rose #EBA4D5
Tints of Lavender Rose #EBA4D5
RGB
CMYK
RGB Variations
Color information
#EBA4D5 (or 0xEBA4D5) is known color: Lavender Rose. HEX triplet: EB, A4 and D5. RGB value is (235,164,213). Sum of RGB (Red+Green+Blue) = 235+164+213=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D5 is #145B2A. Grayscale: #BEBEBE. Windows color (decimal): -1334059 or 14001387. OLE color: 14001387.
HSL color Cylindrical-coordinate representation of color #EBA4D5: hue angle of 318.59º 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 #EBA4D5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 213 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.08 |
| HSL | 318.59º | 0.64% | 0.78% | - |
| HSV(B) | 318.59º | 0.3% | 0.92% | - |
| XYZ | 59.55 | 49.02 | 69.27 | - |
| YUV | 190.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 213 | 0 | 0.30 | 0.09 | 0.08 | 318.59 | 0.64 | 0.78 |
| Hex | EB | A4 | D5 | 0 | 1E | 9 | 8 | 13F | 40 | 4E |
| Octal | 353 | 244 | 325 | 0 | 36 | 11 | 10 | 477 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11010101 | 0 | 11110 | 1001 | 1000 | 100111111 | 1000000 | 1001110 |
Color Harmonies of #EBA4D5
Complementary color
Monochromatic Colors of #EBA4D5
Black with #EBA4D5
Text Example
Text Example
White with #EBA4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4D5; }
p { color: rgb(235,164,213); }
H1.HeaderClassName
{
color: #EBA4D5;
}
.AnyTagClassName
{
color: #EBA4D5;
}
</style>
background-color css
<style>
a { background-color: #EBA4D5; }
a { background-color: rgb(235,164,213); }
div.DivClassName
{
background-color: #EBA4D5;
}
.BgClassName
{
background-color: #EBA4D5;
}
</style>
border-color css
<style>
span { border-color: #EBA4D5; }
span { border-color: rgb(235,164,213); }
td.TdClassName
{
border-color: #EBA4D5;
}
.TagClassName
{
border-color: #EBA4D5;
}
</style>