Shades of Lavender Pink #EBAACA
Tints of Lavender Pink #EBAACA
RGB
CMYK
RGB Variations
Color information
#EBAACA (or 0xEBAACA) is known color: Lavender Pink. HEX triplet: EB, AA and CA. RGB value is (235,170,202). Sum of RGB (Red+Green+Blue) = 235+170+202=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACA is #145535. Grayscale: #C1C1C1. Windows color (decimal): -1332534 or 13282027. OLE color: 13282027.
HSL color Cylindrical-coordinate representation of color #EBAACA: hue angle of 330.46º 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 #EBAACA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 202 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.08 |
| HSL | 330.46º | 0.62% | 0.79% | - |
| HSV(B) | 330.46º | 0.28% | 0.92% | - |
| XYZ | 59.3 | 50.68 | 62.53 | - |
| YUV | 193.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 202 | 0 | 0.28 | 0.14 | 0.08 | 330.46 | 0.62 | 0.79 |
| Hex | EB | AA | CA | 0 | 1C | E | 8 | 14A | 3E | 4F |
| Octal | 353 | 252 | 312 | 0 | 34 | 16 | 10 | 512 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11001010 | 0 | 11100 | 1110 | 1000 | 101001010 | 111110 | 1001111 |
Color Harmonies of #EBAACA
Complementary color
Monochromatic Colors of #EBAACA
Black with #EBAACA
Text Example
Text Example
White with #EBAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAACA; }
p { color: rgb(235,170,202); }
H1.HeaderClassName
{
color: #EBAACA;
}
.AnyTagClassName
{
color: #EBAACA;
}
</style>
background-color css
<style>
a { background-color: #EBAACA; }
a { background-color: rgb(235,170,202); }
div.DivClassName
{
background-color: #EBAACA;
}
.BgClassName
{
background-color: #EBAACA;
}
</style>
border-color css
<style>
span { border-color: #EBAACA; }
span { border-color: rgb(235,170,202); }
td.TdClassName
{
border-color: #EBAACA;
}
.TagClassName
{
border-color: #EBAACA;
}
</style>