Shades of Lavender Rose #EB9CDD
Tints of Lavender Rose #EB9CDD
RGB
CMYK
RGB Variations
Color information
#EB9CDD (or 0xEB9CDD) is known color: Lavender Rose. HEX triplet: EB, 9C and DD. RGB value is (235,156,221). Sum of RGB (Red+Green+Blue) = 235+156+221=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CDD is #146322. Grayscale: #BABABA. Windows color (decimal): -1336099 or 14523627. OLE color: 14523627.
HSL color Cylindrical-coordinate representation of color #EB9CDD: hue angle of 310.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CDD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 221 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.08 |
| HSL | 310.63º | 0.66% | 0.77% | - |
| HSV(B) | 310.63º | 0.34% | 0.92% | - |
| XYZ | 59.2 | 46.66 | 74.29 | - |
| YUV | 187.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 221 | 0 | 0.34 | 0.06 | 0.08 | 310.63 | 0.66 | 0.77 |
| Hex | EB | 9C | DD | 0 | 22 | 6 | 8 | 137 | 42 | 4D |
| Octal | 353 | 234 | 335 | 0 | 42 | 6 | 10 | 467 | 102 | 115 |
| Binary | 11101011 | 10011100 | 11011101 | 0 | 100010 | 110 | 1000 | 100110111 | 1000010 | 1001101 |
Color Harmonies of #EB9CDD
Complementary color
Monochromatic Colors of #EB9CDD
Black with #EB9CDD
Text Example
Text Example
White with #EB9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9CDD; }
p { color: rgb(235,156,221); }
H1.HeaderClassName
{
color: #EB9CDD;
}
.AnyTagClassName
{
color: #EB9CDD;
}
</style>
background-color css
<style>
a { background-color: #EB9CDD; }
a { background-color: rgb(235,156,221); }
div.DivClassName
{
background-color: #EB9CDD;
}
.BgClassName
{
background-color: #EB9CDD;
}
</style>
border-color css
<style>
span { border-color: #EB9CDD; }
span { border-color: rgb(235,156,221); }
td.TdClassName
{
border-color: #EB9CDD;
}
.TagClassName
{
border-color: #EB9CDD;
}
</style>