Shades of Lavender Pink #ECABD0
Tints of Lavender Pink #ECABD0
RGB
CMYK
RGB Variations
Color information
#ECABD0 (or 0xECABD0) is known color: Lavender Pink. HEX triplet: EC, AB and D0. RGB value is (236,171,208). Sum of RGB (Red+Green+Blue) = 236+171+208=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD0 is #13542F. Grayscale: #C2C2C2. Windows color (decimal): -1266736 or 13675500. OLE color: 13675500.
HSL color Cylindrical-coordinate representation of color #ECABD0: hue angle of 325.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABD0 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 208 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.07 |
| HSL | 325.85º | 0.63% | 0.8% | - |
| HSV(B) | 325.85º | 0.28% | 0.93% | - |
| XYZ | 60.54 | 51.51 | 66.43 | - |
| YUV | 194.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 208 | 0 | 0.28 | 0.12 | 0.07 | 325.85 | 0.63 | 0.8 |
| Hex | EC | AB | D0 | 0 | 1C | C | 7 | 146 | 3F | 50 |
| Octal | 354 | 253 | 320 | 0 | 34 | 14 | 7 | 506 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11010000 | 0 | 11100 | 1100 | 111 | 101000110 | 111111 | 1010000 |
Color Harmonies of #ECABD0
Complementary color
Monochromatic Colors of #ECABD0
Black with #ECABD0
Text Example
Text Example
White with #ECABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABD0; }
p { color: rgb(236,171,208); }
H1.HeaderClassName
{
color: #ECABD0;
}
.AnyTagClassName
{
color: #ECABD0;
}
</style>
background-color css
<style>
a { background-color: #ECABD0; }
a { background-color: rgb(236,171,208); }
div.DivClassName
{
background-color: #ECABD0;
}
.BgClassName
{
background-color: #ECABD0;
}
</style>
border-color css
<style>
span { border-color: #ECABD0; }
span { border-color: rgb(236,171,208); }
td.TdClassName
{
border-color: #ECABD0;
}
.TagClassName
{
border-color: #ECABD0;
}
</style>