Shades of Lavender Pink #EBAAD4
Tints of Lavender Pink #EBAAD4
RGB
CMYK
RGB Variations
Color information
#EBAAD4 (or 0xEBAAD4) is known color: Lavender Pink. HEX triplet: EB, AA and D4. RGB value is (235,170,212). Sum of RGB (Red+Green+Blue) = 235+170+212=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD4 is #14552B. Grayscale: #C2C2C2. Windows color (decimal): -1332524 or 13937387. OLE color: 13937387.
HSL color Cylindrical-coordinate representation of color #EBAAD4: hue angle of 321.23º 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 #EBAAD4 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 212 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.08 |
| HSL | 321.23º | 0.62% | 0.79% | - |
| HSV(B) | 321.23º | 0.28% | 0.92% | - |
| XYZ | 60.52 | 51.17 | 68.97 | - |
| YUV | 194.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 212 | 0 | 0.28 | 0.10 | 0.08 | 321.23 | 0.62 | 0.79 |
| Hex | EB | AA | D4 | 0 | 1C | A | 8 | 141 | 3E | 4F |
| Octal | 353 | 252 | 324 | 0 | 34 | 12 | 10 | 501 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11010100 | 0 | 11100 | 1010 | 1000 | 101000001 | 111110 | 1001111 |
Color Harmonies of #EBAAD4
Complementary color
Monochromatic Colors of #EBAAD4
Black with #EBAAD4
Text Example
Text Example
White with #EBAAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAD4; }
p { color: rgb(235,170,212); }
H1.HeaderClassName
{
color: #EBAAD4;
}
.AnyTagClassName
{
color: #EBAAD4;
}
</style>
background-color css
<style>
a { background-color: #EBAAD4; }
a { background-color: rgb(235,170,212); }
div.DivClassName
{
background-color: #EBAAD4;
}
.BgClassName
{
background-color: #EBAAD4;
}
</style>
border-color css
<style>
span { border-color: #EBAAD4; }
span { border-color: rgb(235,170,212); }
td.TdClassName
{
border-color: #EBAAD4;
}
.TagClassName
{
border-color: #EBAAD4;
}
</style>