Shades of Lavender Rose #EBA3DD
Tints of Lavender Rose #EBA3DD
RGB
CMYK
RGB Variations
Color information
#EBA3DD (or 0xEBA3DD) is known color: Lavender Rose. HEX triplet: EB, A3 and DD. RGB value is (235,163,221). Sum of RGB (Red+Green+Blue) = 235+163+221=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DD is #145C22. Grayscale: #BEBEBE. Windows color (decimal): -1334307 or 14525419. OLE color: 14525419.
HSL color Cylindrical-coordinate representation of color #EBA3DD: hue angle of 311.67º degrees, saturation: 0.64, 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 #EBA3DD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 221 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.08 |
| HSL | 311.67º | 0.64% | 0.78% | - |
| HSV(B) | 311.67º | 0.31% | 0.92% | - |
| XYZ | 60.41 | 49.08 | 74.7 | - |
| YUV | 191.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 221 | 0 | 0.31 | 0.06 | 0.08 | 311.67 | 0.64 | 0.78 |
| Hex | EB | A3 | DD | 0 | 1F | 6 | 8 | 138 | 40 | 4E |
| Octal | 353 | 243 | 335 | 0 | 37 | 6 | 10 | 470 | 100 | 116 |
| Binary | 11101011 | 10100011 | 11011101 | 0 | 11111 | 110 | 1000 | 100111000 | 1000000 | 1001110 |
Color Harmonies of #EBA3DD
Complementary color
Monochromatic Colors of #EBA3DD
Black with #EBA3DD
Text Example
Text Example
White with #EBA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3DD; }
p { color: rgb(235,163,221); }
H1.HeaderClassName
{
color: #EBA3DD;
}
.AnyTagClassName
{
color: #EBA3DD;
}
</style>
background-color css
<style>
a { background-color: #EBA3DD; }
a { background-color: rgb(235,163,221); }
div.DivClassName
{
background-color: #EBA3DD;
}
.BgClassName
{
background-color: #EBA3DD;
}
</style>
border-color css
<style>
span { border-color: #EBA3DD; }
span { border-color: rgb(235,163,221); }
td.TdClassName
{
border-color: #EBA3DD;
}
.TagClassName
{
border-color: #EBA3DD;
}
</style>