Shades of Lavender Pink #EBB4D3
Tints of Lavender Pink #EBB4D3
RGB
CMYK
RGB Variations
Color information
#EBB4D3 (or 0xEBB4D3) is known color: Lavender Pink. HEX triplet: EB, B4 and D3. RGB value is (235,180,211). Sum of RGB (Red+Green+Blue) = 235+180+211=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D3 is #144B2C. Grayscale: #C7C7C7. Windows color (decimal): -1329965 or 13874411. OLE color: 13874411.
HSL color Cylindrical-coordinate representation of color #EBB4D3: hue angle of 326.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4D3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 211 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.08 |
| HSL | 326.18º | 0.58% | 0.81% | - |
| HSV(B) | 326.18º | 0.23% | 0.92% | - |
| XYZ | 62.34 | 55.01 | 68.96 | - |
| YUV | 199.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 211 | 0 | 0.23 | 0.10 | 0.08 | 326.18 | 0.58 | 0.81 |
| Hex | EB | B4 | D3 | 0 | 17 | A | 8 | 146 | 3A | 51 |
| Octal | 353 | 264 | 323 | 0 | 27 | 12 | 10 | 506 | 72 | 121 |
| Binary | 11101011 | 10110100 | 11010011 | 0 | 10111 | 1010 | 1000 | 101000110 | 111010 | 1010001 |
Color Harmonies of #EBB4D3
Complementary color
Monochromatic Colors of #EBB4D3
Black with #EBB4D3
Text Example
Text Example
White with #EBB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4D3; }
p { color: rgb(235,180,211); }
H1.HeaderClassName
{
color: #EBB4D3;
}
.AnyTagClassName
{
color: #EBB4D3;
}
</style>
background-color css
<style>
a { background-color: #EBB4D3; }
a { background-color: rgb(235,180,211); }
div.DivClassName
{
background-color: #EBB4D3;
}
.BgClassName
{
background-color: #EBB4D3;
}
</style>
border-color css
<style>
span { border-color: #EBB4D3; }
span { border-color: rgb(235,180,211); }
td.TdClassName
{
border-color: #EBB4D3;
}
.TagClassName
{
border-color: #EBB4D3;
}
</style>