Shades of Lavender Pink #EBB2D1
Tints of Lavender Pink #EBB2D1
RGB
CMYK
RGB Variations
Color information
#EBB2D1 (or 0xEBB2D1) is known color: Lavender Pink. HEX triplet: EB, B2 and D1. RGB value is (235,178,209). Sum of RGB (Red+Green+Blue) = 235+178+209=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D1 is #144D2E. Grayscale: #C6C6C6. Windows color (decimal): -1330479 or 13742827. OLE color: 13742827.
HSL color Cylindrical-coordinate representation of color #EBB2D1: hue angle of 327.37º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2D1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 209 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.08 |
| HSL | 327.37º | 0.59% | 0.81% | - |
| HSV(B) | 327.37º | 0.24% | 0.92% | - |
| XYZ | 61.69 | 54.11 | 67.51 | - |
| YUV | 198.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 209 | 0 | 0.24 | 0.11 | 0.08 | 327.37 | 0.59 | 0.81 |
| Hex | EB | B2 | D1 | 0 | 18 | B | 8 | 147 | 3B | 51 |
| Octal | 353 | 262 | 321 | 0 | 30 | 13 | 10 | 507 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11010001 | 0 | 11000 | 1011 | 1000 | 101000111 | 111011 | 1010001 |
Color Harmonies of #EBB2D1
Complementary color
Monochromatic Colors of #EBB2D1
Black with #EBB2D1
Text Example
Text Example
White with #EBB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2D1; }
p { color: rgb(235,178,209); }
H1.HeaderClassName
{
color: #EBB2D1;
}
.AnyTagClassName
{
color: #EBB2D1;
}
</style>
background-color css
<style>
a { background-color: #EBB2D1; }
a { background-color: rgb(235,178,209); }
div.DivClassName
{
background-color: #EBB2D1;
}
.BgClassName
{
background-color: #EBB2D1;
}
</style>
border-color css
<style>
span { border-color: #EBB2D1; }
span { border-color: rgb(235,178,209); }
td.TdClassName
{
border-color: #EBB2D1;
}
.TagClassName
{
border-color: #EBB2D1;
}
</style>