Shades of Lavender Pink #EBAACC
Tints of Lavender Pink #EBAACC
RGB
CMYK
RGB Variations
Color information
#EBAACC (or 0xEBAACC) is known color: Lavender Pink. HEX triplet: EB, AA and CC. RGB value is (235,170,204). Sum of RGB (Red+Green+Blue) = 235+170+204=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACC is #145533. Grayscale: #C1C1C1. Windows color (decimal): -1332532 or 13413099. OLE color: 13413099.
HSL color Cylindrical-coordinate representation of color #EBAACC: hue angle of 328.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAACC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 204 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.08 |
| HSL | 328.62º | 0.62% | 0.79% | - |
| HSV(B) | 328.62º | 0.28% | 0.92% | - |
| XYZ | 59.53 | 50.77 | 63.79 | - |
| YUV | 193.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 204 | 0 | 0.28 | 0.13 | 0.08 | 328.62 | 0.62 | 0.79 |
| Hex | EB | AA | CC | 0 | 1C | D | 8 | 149 | 3E | 4F |
| Octal | 353 | 252 | 314 | 0 | 34 | 15 | 10 | 511 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11001100 | 0 | 11100 | 1101 | 1000 | 101001001 | 111110 | 1001111 |
Color Harmonies of #EBAACC
Complementary color
Monochromatic Colors of #EBAACC
Black with #EBAACC
Text Example
Text Example
White with #EBAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAACC; }
p { color: rgb(235,170,204); }
H1.HeaderClassName
{
color: #EBAACC;
}
.AnyTagClassName
{
color: #EBAACC;
}
</style>
background-color css
<style>
a { background-color: #EBAACC; }
a { background-color: rgb(235,170,204); }
div.DivClassName
{
background-color: #EBAACC;
}
.BgClassName
{
background-color: #EBAACC;
}
</style>
border-color css
<style>
span { border-color: #EBAACC; }
span { border-color: rgb(235,170,204); }
td.TdClassName
{
border-color: #EBAACC;
}
.TagClassName
{
border-color: #EBAACC;
}
</style>