Shades of Lavender Pink #EBB5D1
Tints of Lavender Pink #EBB5D1
RGB
CMYK
RGB Variations
Color information
#EBB5D1 (or 0xEBB5D1) is known color: Lavender Pink. HEX triplet: EB, B5 and D1. RGB value is (235,181,209). Sum of RGB (Red+Green+Blue) = 235+181+209=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D1 is #144A2E. Grayscale: #C8C8C8. Windows color (decimal): -1329711 or 13743595. OLE color: 13743595.
HSL color Cylindrical-coordinate representation of color #EBB5D1: hue angle of 328.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 209 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 328.89º | 0.57% | 0.82% | - |
| HSV(B) | 328.89º | 0.23% | 0.92% | - |
| XYZ | 62.29 | 55.31 | 67.71 | - |
| YUV | 200.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 209 | 0 | 0.23 | 0.11 | 0.08 | 328.89 | 0.57 | 0.82 |
| Hex | EB | B5 | D1 | 0 | 17 | B | 8 | 149 | 39 | 52 |
| Octal | 353 | 265 | 321 | 0 | 27 | 13 | 10 | 511 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11010001 | 0 | 10111 | 1011 | 1000 | 101001001 | 111001 | 1010010 |
Color Harmonies of #EBB5D1
Complementary color
Monochromatic Colors of #EBB5D1
Black with #EBB5D1
Text Example
Text Example
White with #EBB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5D1; }
p { color: rgb(235,181,209); }
H1.HeaderClassName
{
color: #EBB5D1;
}
.AnyTagClassName
{
color: #EBB5D1;
}
</style>
background-color css
<style>
a { background-color: #EBB5D1; }
a { background-color: rgb(235,181,209); }
div.DivClassName
{
background-color: #EBB5D1;
}
.BgClassName
{
background-color: #EBB5D1;
}
</style>
border-color css
<style>
span { border-color: #EBB5D1; }
span { border-color: rgb(235,181,209); }
td.TdClassName
{
border-color: #EBB5D1;
}
.TagClassName
{
border-color: #EBB5D1;
}
</style>