Shades of Lavender Pink #EBAECA
Tints of Lavender Pink #EBAECA
RGB
CMYK
RGB Variations
Color information
#EBAECA (or 0xEBAECA) is known color: Lavender Pink. HEX triplet: EB, AE and CA. RGB value is (235,174,202). Sum of RGB (Red+Green+Blue) = 235+174+202=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECA is #145135. Grayscale: #C3C3C3. Windows color (decimal): -1331510 or 13283051. OLE color: 13283051.
HSL color Cylindrical-coordinate representation of color #EBAECA: hue angle of 332.46º 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 #EBAECA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 202 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.08 |
| HSL | 332.46º | 0.6% | 0.8% | - |
| HSV(B) | 332.46º | 0.26% | 0.92% | - |
| XYZ | 60.06 | 52.2 | 62.79 | - |
| YUV | 195.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 202 | 0 | 0.26 | 0.14 | 0.08 | 332.46 | 0.6 | 0.8 |
| Hex | EB | AE | CA | 0 | 1A | E | 8 | 14C | 3C | 50 |
| Octal | 353 | 256 | 312 | 0 | 32 | 16 | 10 | 514 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11001010 | 0 | 11010 | 1110 | 1000 | 101001100 | 111100 | 1010000 |
Color Harmonies of #EBAECA
Complementary color
Monochromatic Colors of #EBAECA
Black with #EBAECA
Text Example
Text Example
White with #EBAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAECA; }
p { color: rgb(235,174,202); }
H1.HeaderClassName
{
color: #EBAECA;
}
.AnyTagClassName
{
color: #EBAECA;
}
</style>
background-color css
<style>
a { background-color: #EBAECA; }
a { background-color: rgb(235,174,202); }
div.DivClassName
{
background-color: #EBAECA;
}
.BgClassName
{
background-color: #EBAECA;
}
</style>
border-color css
<style>
span { border-color: #EBAECA; }
span { border-color: rgb(235,174,202); }
td.TdClassName
{
border-color: #EBAECA;
}
.TagClassName
{
border-color: #EBAECA;
}
</style>