Shades of Lavender Pink #EBB1D5
Tints of Lavender Pink #EBB1D5
RGB
CMYK
RGB Variations
Color information
#EBB1D5 (or 0xEBB1D5) is known color: Lavender Pink. HEX triplet: EB, B1 and D5. RGB value is (235,177,213). Sum of RGB (Red+Green+Blue) = 235+177+213=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D5 is #144E2A. Grayscale: #C6C6C6. Windows color (decimal): -1330731 or 14004715. OLE color: 14004715.
HSL color Cylindrical-coordinate representation of color #EBB1D5: hue angle of 322.76º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1D5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 213 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.08 |
| HSL | 322.76º | 0.59% | 0.81% | - |
| HSV(B) | 322.76º | 0.25% | 0.92% | - |
| XYZ | 61.99 | 53.91 | 70.09 | - |
| YUV | 198.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 213 | 0 | 0.25 | 0.09 | 0.08 | 322.76 | 0.59 | 0.81 |
| Hex | EB | B1 | D5 | 0 | 19 | 9 | 8 | 143 | 3B | 51 |
| Octal | 353 | 261 | 325 | 0 | 31 | 11 | 10 | 503 | 73 | 121 |
| Binary | 11101011 | 10110001 | 11010101 | 0 | 11001 | 1001 | 1000 | 101000011 | 111011 | 1010001 |
Color Harmonies of #EBB1D5
Complementary color
Monochromatic Colors of #EBB1D5
Black with #EBB1D5
Text Example
Text Example
White with #EBB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1D5; }
p { color: rgb(235,177,213); }
H1.HeaderClassName
{
color: #EBB1D5;
}
.AnyTagClassName
{
color: #EBB1D5;
}
</style>
background-color css
<style>
a { background-color: #EBB1D5; }
a { background-color: rgb(235,177,213); }
div.DivClassName
{
background-color: #EBB1D5;
}
.BgClassName
{
background-color: #EBB1D5;
}
</style>
border-color css
<style>
span { border-color: #EBB1D5; }
span { border-color: rgb(235,177,213); }
td.TdClassName
{
border-color: #EBB1D5;
}
.TagClassName
{
border-color: #EBB1D5;
}
</style>