Shades of Lavender Pink #EBAFD0
Tints of Lavender Pink #EBAFD0
RGB
CMYK
RGB Variations
Color information
#EBAFD0 (or 0xEBAFD0) is known color: Lavender Pink. HEX triplet: EB, AF and D0. RGB value is (235,175,208). Sum of RGB (Red+Green+Blue) = 235+175+208=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD0 is #14502F. Grayscale: #C4C4C4. Windows color (decimal): -1331248 or 13676523. OLE color: 13676523.
HSL color Cylindrical-coordinate representation of color #EBAFD0: hue angle of 327º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFD0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 208 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.08 |
| HSL | 327º | 0.6% | 0.8% | - |
| HSV(B) | 327º | 0.26% | 0.92% | - |
| XYZ | 60.98 | 52.88 | 66.67 | - |
| YUV | 196.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 208 | 0 | 0.26 | 0.11 | 0.08 | 327 | 0.6 | 0.8 |
| Hex | EB | AF | D0 | 0 | 1A | B | 8 | 147 | 3C | 50 |
| Octal | 353 | 257 | 320 | 0 | 32 | 13 | 10 | 507 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11010000 | 0 | 11010 | 1011 | 1000 | 101000111 | 111100 | 1010000 |
Color Harmonies of #EBAFD0
Complementary color
Monochromatic Colors of #EBAFD0
Black with #EBAFD0
Text Example
Text Example
White with #EBAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFD0; }
p { color: rgb(235,175,208); }
H1.HeaderClassName
{
color: #EBAFD0;
}
.AnyTagClassName
{
color: #EBAFD0;
}
</style>
background-color css
<style>
a { background-color: #EBAFD0; }
a { background-color: rgb(235,175,208); }
div.DivClassName
{
background-color: #EBAFD0;
}
.BgClassName
{
background-color: #EBAFD0;
}
</style>
border-color css
<style>
span { border-color: #EBAFD0; }
span { border-color: rgb(235,175,208); }
td.TdClassName
{
border-color: #EBAFD0;
}
.TagClassName
{
border-color: #EBAFD0;
}
</style>