Shades of Lavender Rose #EBA0D4
Tints of Lavender Rose #EBA0D4
RGB
CMYK
RGB Variations
Color information
#EBA0D4 (or 0xEBA0D4) is known color: Lavender Rose. HEX triplet: EB, A0 and D4. RGB value is (235,160,212). Sum of RGB (Red+Green+Blue) = 235+160+212=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D4 is #145F2B. Grayscale: #BCBCBC. Windows color (decimal): -1335084 or 13934827. OLE color: 13934827.
HSL color Cylindrical-coordinate representation of color #EBA0D4: hue angle of 318.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0D4 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 212 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.08 |
| HSL | 318.4º | 0.65% | 0.77% | - |
| HSV(B) | 318.4º | 0.32% | 0.92% | - |
| XYZ | 58.72 | 47.56 | 68.37 | - |
| YUV | 188.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 212 | 0 | 0.32 | 0.10 | 0.08 | 318.4 | 0.65 | 0.77 |
| Hex | EB | A0 | D4 | 0 | 20 | A | 8 | 13E | 41 | 4D |
| Octal | 353 | 240 | 324 | 0 | 40 | 12 | 10 | 476 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11010100 | 0 | 100000 | 1010 | 1000 | 100111110 | 1000001 | 1001101 |
Color Harmonies of #EBA0D4
Complementary color
Monochromatic Colors of #EBA0D4
Black with #EBA0D4
Text Example
Text Example
White with #EBA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0D4; }
p { color: rgb(235,160,212); }
H1.HeaderClassName
{
color: #EBA0D4;
}
.AnyTagClassName
{
color: #EBA0D4;
}
</style>
background-color css
<style>
a { background-color: #EBA0D4; }
a { background-color: rgb(235,160,212); }
div.DivClassName
{
background-color: #EBA0D4;
}
.BgClassName
{
background-color: #EBA0D4;
}
</style>
border-color css
<style>
span { border-color: #EBA0D4; }
span { border-color: rgb(235,160,212); }
td.TdClassName
{
border-color: #EBA0D4;
}
.TagClassName
{
border-color: #EBA0D4;
}
</style>