Shades of Lavender Pink #EBAECE
Tints of Lavender Pink #EBAECE
RGB
CMYK
RGB Variations
Color information
#EBAECE (or 0xEBAECE) is known color: Lavender Pink. HEX triplet: EB, AE and CE. RGB value is (235,174,206). Sum of RGB (Red+Green+Blue) = 235+174+206=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECE is #145131. Grayscale: #C3C3C3. Windows color (decimal): -1331506 or 13545195. OLE color: 13545195.
HSL color Cylindrical-coordinate representation of color #EBAECE: hue angle of 328.52º 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 #EBAECE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 206 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 328.52º | 0.6% | 0.8% | - |
| HSV(B) | 328.52º | 0.26% | 0.92% | - |
| XYZ | 60.54 | 52.39 | 65.31 | - |
| YUV | 195.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 206 | 0 | 0.26 | 0.12 | 0.08 | 328.52 | 0.6 | 0.8 |
| Hex | EB | AE | CE | 0 | 1A | C | 8 | 149 | 3C | 50 |
| Octal | 353 | 256 | 316 | 0 | 32 | 14 | 10 | 511 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11001110 | 0 | 11010 | 1100 | 1000 | 101001001 | 111100 | 1010000 |
Color Harmonies of #EBAECE
Complementary color
Monochromatic Colors of #EBAECE
Black with #EBAECE
Text Example
Text Example
White with #EBAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAECE; }
p { color: rgb(235,174,206); }
H1.HeaderClassName
{
color: #EBAECE;
}
.AnyTagClassName
{
color: #EBAECE;
}
</style>
background-color css
<style>
a { background-color: #EBAECE; }
a { background-color: rgb(235,174,206); }
div.DivClassName
{
background-color: #EBAECE;
}
.BgClassName
{
background-color: #EBAECE;
}
</style>
border-color css
<style>
span { border-color: #EBAECE; }
span { border-color: rgb(235,174,206); }
td.TdClassName
{
border-color: #EBAECE;
}
.TagClassName
{
border-color: #EBAECE;
}
</style>