Shades of Lavender Pink #EBAACF
Tints of Lavender Pink #EBAACF
RGB
CMYK
RGB Variations
Color information
#EBAACF (or 0xEBAACF) is known color: Lavender Pink. HEX triplet: EB, AA and CF. RGB value is (235,170,207). Sum of RGB (Red+Green+Blue) = 235+170+207=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACF is #145530. Grayscale: #C1C1C1. Windows color (decimal): -1332529 or 13609707. OLE color: 13609707.
HSL color Cylindrical-coordinate representation of color #EBAACF: hue angle of 325.85º 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 #EBAACF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 207 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.08 |
| HSL | 325.85º | 0.62% | 0.79% | - |
| HSV(B) | 325.85º | 0.28% | 0.92% | - |
| XYZ | 59.9 | 50.92 | 65.7 | - |
| YUV | 193.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 207 | 0 | 0.28 | 0.12 | 0.08 | 325.85 | 0.62 | 0.79 |
| Hex | EB | AA | CF | 0 | 1C | C | 8 | 146 | 3E | 4F |
| Octal | 353 | 252 | 317 | 0 | 34 | 14 | 10 | 506 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11001111 | 0 | 11100 | 1100 | 1000 | 101000110 | 111110 | 1001111 |
Color Harmonies of #EBAACF
Complementary color
Monochromatic Colors of #EBAACF
Black with #EBAACF
Text Example
Text Example
White with #EBAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAACF; }
p { color: rgb(235,170,207); }
H1.HeaderClassName
{
color: #EBAACF;
}
.AnyTagClassName
{
color: #EBAACF;
}
</style>
background-color css
<style>
a { background-color: #EBAACF; }
a { background-color: rgb(235,170,207); }
div.DivClassName
{
background-color: #EBAACF;
}
.BgClassName
{
background-color: #EBAACF;
}
</style>
border-color css
<style>
span { border-color: #EBAACF; }
span { border-color: rgb(235,170,207); }
td.TdClassName
{
border-color: #EBAACF;
}
.TagClassName
{
border-color: #EBAACF;
}
</style>