Shades of Lavender Rose #EBA1D4
Tints of Lavender Rose #EBA1D4
RGB
CMYK
RGB Variations
Color information
#EBA1D4 (or 0xEBA1D4) is known color: Lavender Rose. HEX triplet: EB, A1 and D4. RGB value is (235,161,212). Sum of RGB (Red+Green+Blue) = 235+161+212=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D4 is #145E2B. Grayscale: #BCBCBC. Windows color (decimal): -1334828 or 13935083. OLE color: 13935083.
HSL color Cylindrical-coordinate representation of color #EBA1D4: hue angle of 318.65º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1D4 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 212 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.08 |
| HSL | 318.65º | 0.65% | 0.78% | - |
| HSV(B) | 318.65º | 0.31% | 0.92% | - |
| XYZ | 58.89 | 47.91 | 68.43 | - |
| YUV | 188.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 212 | 0 | 0.31 | 0.10 | 0.08 | 318.65 | 0.65 | 0.78 |
| Hex | EB | A1 | D4 | 0 | 1F | A | 8 | 13F | 41 | 4E |
| Octal | 353 | 241 | 324 | 0 | 37 | 12 | 10 | 477 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11010100 | 0 | 11111 | 1010 | 1000 | 100111111 | 1000001 | 1001110 |
Color Harmonies of #EBA1D4
Complementary color
Monochromatic Colors of #EBA1D4
Black with #EBA1D4
Text Example
Text Example
White with #EBA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1D4; }
p { color: rgb(235,161,212); }
H1.HeaderClassName
{
color: #EBA1D4;
}
.AnyTagClassName
{
color: #EBA1D4;
}
</style>
background-color css
<style>
a { background-color: #EBA1D4; }
a { background-color: rgb(235,161,212); }
div.DivClassName
{
background-color: #EBA1D4;
}
.BgClassName
{
background-color: #EBA1D4;
}
</style>
border-color css
<style>
span { border-color: #EBA1D4; }
span { border-color: rgb(235,161,212); }
td.TdClassName
{
border-color: #EBA1D4;
}
.TagClassName
{
border-color: #EBA1D4;
}
</style>