Shades of Lavender Pink #EBB4D0
Tints of Lavender Pink #EBB4D0
RGB
CMYK
RGB Variations
Color information
#EBB4D0 (or 0xEBB4D0) is known color: Lavender Pink. HEX triplet: EB, B4 and D0. RGB value is (235,180,208). Sum of RGB (Red+Green+Blue) = 235+180+208=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D0 is #144B2F. Grayscale: #C7C7C7. Windows color (decimal): -1329968 or 13677803. OLE color: 13677803.
HSL color Cylindrical-coordinate representation of color #EBB4D0: hue angle of 329.45º 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 #EBB4D0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 208 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 329.45º | 0.58% | 0.81% | - |
| HSV(B) | 329.45º | 0.23% | 0.92% | - |
| XYZ | 61.97 | 54.86 | 67 | - |
| YUV | 199.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 208 | 0 | 0.23 | 0.11 | 0.08 | 329.45 | 0.58 | 0.81 |
| Hex | EB | B4 | D0 | 0 | 17 | B | 8 | 149 | 3A | 51 |
| Octal | 353 | 264 | 320 | 0 | 27 | 13 | 10 | 511 | 72 | 121 |
| Binary | 11101011 | 10110100 | 11010000 | 0 | 10111 | 1011 | 1000 | 101001001 | 111010 | 1010001 |
Color Harmonies of #EBB4D0
Complementary color
Monochromatic Colors of #EBB4D0
Black with #EBB4D0
Text Example
Text Example
White with #EBB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4D0; }
p { color: rgb(235,180,208); }
H1.HeaderClassName
{
color: #EBB4D0;
}
.AnyTagClassName
{
color: #EBB4D0;
}
</style>
background-color css
<style>
a { background-color: #EBB4D0; }
a { background-color: rgb(235,180,208); }
div.DivClassName
{
background-color: #EBB4D0;
}
.BgClassName
{
background-color: #EBB4D0;
}
</style>
border-color css
<style>
span { border-color: #EBB4D0; }
span { border-color: rgb(235,180,208); }
td.TdClassName
{
border-color: #EBB4D0;
}
.TagClassName
{
border-color: #EBB4D0;
}
</style>