Shades of Lavender Pink #EBB0CF
Tints of Lavender Pink #EBB0CF
RGB
CMYK
RGB Variations
Color information
#EBB0CF (or 0xEBB0CF) is known color: Lavender Pink. HEX triplet: EB, B0 and CF. RGB value is (235,176,207). Sum of RGB (Red+Green+Blue) = 235+176+207=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0CF is #144F30. Grayscale: #C5C5C5. Windows color (decimal): -1330993 or 13611243. OLE color: 13611243.
HSL color Cylindrical-coordinate representation of color #EBB0CF: hue angle of 328.47º 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 #EBB0CF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 207 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.08 |
| HSL | 328.47º | 0.6% | 0.81% | - |
| HSV(B) | 328.47º | 0.25% | 0.92% | - |
| XYZ | 61.05 | 53.22 | 66.09 | - |
| YUV | 197.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 207 | 0 | 0.25 | 0.12 | 0.08 | 328.47 | 0.6 | 0.81 |
| Hex | EB | B0 | CF | 0 | 19 | C | 8 | 148 | 3C | 51 |
| Octal | 353 | 260 | 317 | 0 | 31 | 14 | 10 | 510 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11001111 | 0 | 11001 | 1100 | 1000 | 101001000 | 111100 | 1010001 |
Color Harmonies of #EBB0CF
Complementary color
Monochromatic Colors of #EBB0CF
Black with #EBB0CF
Text Example
Text Example
White with #EBB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0CF; }
p { color: rgb(235,176,207); }
H1.HeaderClassName
{
color: #EBB0CF;
}
.AnyTagClassName
{
color: #EBB0CF;
}
</style>
background-color css
<style>
a { background-color: #EBB0CF; }
a { background-color: rgb(235,176,207); }
div.DivClassName
{
background-color: #EBB0CF;
}
.BgClassName
{
background-color: #EBB0CF;
}
</style>
border-color css
<style>
span { border-color: #EBB0CF; }
span { border-color: rgb(235,176,207); }
td.TdClassName
{
border-color: #EBB0CF;
}
.TagClassName
{
border-color: #EBB0CF;
}
</style>