Shades of Lavender Pink #EBB3CE
Tints of Lavender Pink #EBB3CE
RGB
CMYK
RGB Variations
Color information
#EBB3CE (or 0xEBB3CE) is known color: Lavender Pink. HEX triplet: EB, B3 and CE. RGB value is (235,179,206). Sum of RGB (Red+Green+Blue) = 235+179+206=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3CE is #144C31. Grayscale: #C6C6C6. Windows color (decimal): -1330226 or 13546475. OLE color: 13546475.
HSL color Cylindrical-coordinate representation of color #EBB3CE: hue angle of 331.07º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3CE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 206 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.08 |
| HSL | 331.07º | 0.58% | 0.81% | - |
| HSV(B) | 331.07º | 0.24% | 0.92% | - |
| XYZ | 61.52 | 54.36 | 65.64 | - |
| YUV | 198.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 206 | 0 | 0.24 | 0.12 | 0.08 | 331.07 | 0.58 | 0.81 |
| Hex | EB | B3 | CE | 0 | 18 | C | 8 | 14B | 3A | 51 |
| Octal | 353 | 263 | 316 | 0 | 30 | 14 | 10 | 513 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11001110 | 0 | 11000 | 1100 | 1000 | 101001011 | 111010 | 1010001 |
Color Harmonies of #EBB3CE
Complementary color
Monochromatic Colors of #EBB3CE
Black with #EBB3CE
Text Example
Text Example
White with #EBB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3CE; }
p { color: rgb(235,179,206); }
H1.HeaderClassName
{
color: #EBB3CE;
}
.AnyTagClassName
{
color: #EBB3CE;
}
</style>
background-color css
<style>
a { background-color: #EBB3CE; }
a { background-color: rgb(235,179,206); }
div.DivClassName
{
background-color: #EBB3CE;
}
.BgClassName
{
background-color: #EBB3CE;
}
</style>
border-color css
<style>
span { border-color: #EBB3CE; }
span { border-color: rgb(235,179,206); }
td.TdClassName
{
border-color: #EBB3CE;
}
.TagClassName
{
border-color: #EBB3CE;
}
</style>