Shades of Lavender Pink #EBB0D0
Tints of Lavender Pink #EBB0D0
RGB
CMYK
RGB Variations
Color information
#EBB0D0 (or 0xEBB0D0) is known color: Lavender Pink. HEX triplet: EB, B0 and D0. RGB value is (235,176,208). Sum of RGB (Red+Green+Blue) = 235+176+208=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D0 is #144F2F. Grayscale: #C5C5C5. Windows color (decimal): -1330992 or 13676779. OLE color: 13676779.
HSL color Cylindrical-coordinate representation of color #EBB0D0: hue angle of 327.46º degrees, saturation: 0.6, 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 #EBB0D0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 208 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.08 |
| HSL | 327.46º | 0.6% | 0.81% | - |
| HSV(B) | 327.46º | 0.25% | 0.92% | - |
| XYZ | 61.17 | 53.27 | 66.73 | - |
| YUV | 197.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 208 | 0 | 0.25 | 0.11 | 0.08 | 327.46 | 0.6 | 0.81 |
| Hex | EB | B0 | D0 | 0 | 19 | B | 8 | 147 | 3C | 51 |
| Octal | 353 | 260 | 320 | 0 | 31 | 13 | 10 | 507 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11010000 | 0 | 11001 | 1011 | 1000 | 101000111 | 111100 | 1010001 |
Color Harmonies of #EBB0D0
Complementary color
Monochromatic Colors of #EBB0D0
Black with #EBB0D0
Text Example
Text Example
White with #EBB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0D0; }
p { color: rgb(235,176,208); }
H1.HeaderClassName
{
color: #EBB0D0;
}
.AnyTagClassName
{
color: #EBB0D0;
}
</style>
background-color css
<style>
a { background-color: #EBB0D0; }
a { background-color: rgb(235,176,208); }
div.DivClassName
{
background-color: #EBB0D0;
}
.BgClassName
{
background-color: #EBB0D0;
}
</style>
border-color css
<style>
span { border-color: #EBB0D0; }
span { border-color: rgb(235,176,208); }
td.TdClassName
{
border-color: #EBB0D0;
}
.TagClassName
{
border-color: #EBB0D0;
}
</style>