Shades of Lavender Pink #ECA8D4
Tints of Lavender Pink #ECA8D4
RGB
CMYK
RGB Variations
Color information
#ECA8D4 (or 0xECA8D4) is known color: Lavender Pink. HEX triplet: EC, A8 and D4. RGB value is (236,168,212). Sum of RGB (Red+Green+Blue) = 236+168+212=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8D4 is #13572B. Grayscale: #C1C1C1. Windows color (decimal): -1267500 or 13936876. OLE color: 13936876.
HSL color Cylindrical-coordinate representation of color #ECA8D4: hue angle of 321.18º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8D4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 212 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.07 |
| HSL | 321.18º | 0.64% | 0.79% | - |
| HSV(B) | 321.18º | 0.29% | 0.93% | - |
| XYZ | 60.48 | 50.59 | 68.86 | - |
| YUV | 193.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 212 | 0 | 0.29 | 0.10 | 0.07 | 321.18 | 0.64 | 0.79 |
| Hex | EC | A8 | D4 | 0 | 1D | A | 7 | 141 | 40 | 4F |
| Octal | 354 | 250 | 324 | 0 | 35 | 12 | 7 | 501 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11010100 | 0 | 11101 | 1010 | 111 | 101000001 | 1000000 | 1001111 |
Color Harmonies of #ECA8D4
Complementary color
Monochromatic Colors of #ECA8D4
Black with #ECA8D4
Text Example
Text Example
White with #ECA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8D4; }
p { color: rgb(236,168,212); }
H1.HeaderClassName
{
color: #ECA8D4;
}
.AnyTagClassName
{
color: #ECA8D4;
}
</style>
background-color css
<style>
a { background-color: #ECA8D4; }
a { background-color: rgb(236,168,212); }
div.DivClassName
{
background-color: #ECA8D4;
}
.BgClassName
{
background-color: #ECA8D4;
}
</style>
border-color css
<style>
span { border-color: #ECA8D4; }
span { border-color: rgb(236,168,212); }
td.TdClassName
{
border-color: #ECA8D4;
}
.TagClassName
{
border-color: #ECA8D4;
}
</style>