Shades of Lavender Rose #EBA7E0
Tints of Lavender Rose #EBA7E0
RGB
CMYK
RGB Variations
Color information
#EBA7E0 (or 0xEBA7E0) is known color: Lavender Rose. HEX triplet: EB, A7 and E0. RGB value is (235,167,224). Sum of RGB (Red+Green+Blue) = 235+167+224=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7E0 is #14581F. Grayscale: #C1C1C1. Windows color (decimal): -1333280 or 14723051. OLE color: 14723051.
HSL color Cylindrical-coordinate representation of color #EBA7E0: hue angle of 309.71º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 224 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.08 |
| HSL | 309.71º | 0.63% | 0.79% | - |
| HSV(B) | 309.71º | 0.29% | 0.92% | - |
| XYZ | 61.53 | 50.68 | 77.06 | - |
| YUV | 193.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 224 | 0 | 0.29 | 0.05 | 0.08 | 309.71 | 0.63 | 0.79 |
| Hex | EB | A7 | E0 | 0 | 1D | 5 | 8 | 136 | 3F | 4F |
| Octal | 353 | 247 | 340 | 0 | 35 | 5 | 10 | 466 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11100000 | 0 | 11101 | 101 | 1000 | 100110110 | 111111 | 1001111 |
Color Harmonies of #EBA7E0
Complementary color
Monochromatic Colors of #EBA7E0
Black with #EBA7E0
Text Example
Text Example
White with #EBA7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7E0; }
p { color: rgb(235,167,224); }
H1.HeaderClassName
{
color: #EBA7E0;
}
.AnyTagClassName
{
color: #EBA7E0;
}
</style>
background-color css
<style>
a { background-color: #EBA7E0; }
a { background-color: rgb(235,167,224); }
div.DivClassName
{
background-color: #EBA7E0;
}
.BgClassName
{
background-color: #EBA7E0;
}
</style>
border-color css
<style>
span { border-color: #EBA7E0; }
span { border-color: rgb(235,167,224); }
td.TdClassName
{
border-color: #EBA7E0;
}
.TagClassName
{
border-color: #EBA7E0;
}
</style>