Shades of Lavender Pink #EBB5D0
Tints of Lavender Pink #EBB5D0
RGB
CMYK
RGB Variations
Color information
#EBB5D0 (or 0xEBB5D0) is known color: Lavender Pink. HEX triplet: EB, B5 and D0. RGB value is (235,181,208). Sum of RGB (Red+Green+Blue) = 235+181+208=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D0 is #144A2F. Grayscale: #C8C8C8. Windows color (decimal): -1329712 or 13678059. OLE color: 13678059.
HSL color Cylindrical-coordinate representation of color #EBB5D0: hue angle of 330º 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 #EBB5D0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 208 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 330º | 0.57% | 0.82% | - |
| HSV(B) | 330º | 0.23% | 0.92% | - |
| XYZ | 62.17 | 55.26 | 67.06 | - |
| YUV | 200.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 208 | 0 | 0.23 | 0.11 | 0.08 | 330 | 0.57 | 0.82 |
| Hex | EB | B5 | D0 | 0 | 17 | B | 8 | 14A | 39 | 52 |
| Octal | 353 | 265 | 320 | 0 | 27 | 13 | 10 | 512 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11010000 | 0 | 10111 | 1011 | 1000 | 101001010 | 111001 | 1010010 |
Color Harmonies of #EBB5D0
Complementary color
Monochromatic Colors of #EBB5D0
Black with #EBB5D0
Text Example
Text Example
White with #EBB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5D0; }
p { color: rgb(235,181,208); }
H1.HeaderClassName
{
color: #EBB5D0;
}
.AnyTagClassName
{
color: #EBB5D0;
}
</style>
background-color css
<style>
a { background-color: #EBB5D0; }
a { background-color: rgb(235,181,208); }
div.DivClassName
{
background-color: #EBB5D0;
}
.BgClassName
{
background-color: #EBB5D0;
}
</style>
border-color css
<style>
span { border-color: #EBB5D0; }
span { border-color: rgb(235,181,208); }
td.TdClassName
{
border-color: #EBB5D0;
}
.TagClassName
{
border-color: #EBB5D0;
}
</style>