Shades of Lavender Rose #EBA4D3
Tints of Lavender Rose #EBA4D3
RGB
CMYK
RGB Variations
Color information
#EBA4D3 (or 0xEBA4D3) is known color: Lavender Rose. HEX triplet: EB, A4 and D3. RGB value is (235,164,211). Sum of RGB (Red+Green+Blue) = 235+164+211=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D3 is #145B2C. Grayscale: #BEBEBE. Windows color (decimal): -1334061 or 13870315. OLE color: 13870315.
HSL color Cylindrical-coordinate representation of color #EBA4D3: hue angle of 320.28º 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 #EBA4D3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 211 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.08 |
| HSL | 320.28º | 0.64% | 0.78% | - |
| HSV(B) | 320.28º | 0.3% | 0.92% | - |
| XYZ | 59.29 | 48.92 | 67.94 | - |
| YUV | 190.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 211 | 0 | 0.30 | 0.10 | 0.08 | 320.28 | 0.64 | 0.78 |
| Hex | EB | A4 | D3 | 0 | 1E | A | 8 | 140 | 40 | 4E |
| Octal | 353 | 244 | 323 | 0 | 36 | 12 | 10 | 500 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11010011 | 0 | 11110 | 1010 | 1000 | 101000000 | 1000000 | 1001110 |
Color Harmonies of #EBA4D3
Complementary color
Monochromatic Colors of #EBA4D3
Black with #EBA4D3
Text Example
Text Example
White with #EBA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4D3; }
p { color: rgb(235,164,211); }
H1.HeaderClassName
{
color: #EBA4D3;
}
.AnyTagClassName
{
color: #EBA4D3;
}
</style>
background-color css
<style>
a { background-color: #EBA4D3; }
a { background-color: rgb(235,164,211); }
div.DivClassName
{
background-color: #EBA4D3;
}
.BgClassName
{
background-color: #EBA4D3;
}
</style>
border-color css
<style>
span { border-color: #EBA4D3; }
span { border-color: rgb(235,164,211); }
td.TdClassName
{
border-color: #EBA4D3;
}
.TagClassName
{
border-color: #EBA4D3;
}
</style>