Shades of Lavender Pink #ECA9C8
Tints of Lavender Pink #ECA9C8
RGB
CMYK
RGB Variations
Color information
#ECA9C8 (or 0xECA9C8) is known color: Lavender Pink. HEX triplet: EC, A9 and C8. RGB value is (236,169,200). Sum of RGB (Red+Green+Blue) = 236+169+200=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9C8 is #135637. Grayscale: #C0C0C0. Windows color (decimal): -1267256 or 13150700. OLE color: 13150700.
HSL color Cylindrical-coordinate representation of color #ECA9C8: hue angle of 332.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECA9C8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 200 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.07 |
| HSL | 332.24º | 0.64% | 0.79% | - |
| HSV(B) | 332.24º | 0.28% | 0.93% | - |
| XYZ | 59.21 | 50.38 | 61.25 | - |
| YUV | 192.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 200 | 0 | 0.28 | 0.15 | 0.07 | 332.24 | 0.64 | 0.79 |
| Hex | EC | A9 | C8 | 0 | 1C | F | 7 | 14C | 40 | 4F |
| Octal | 354 | 251 | 310 | 0 | 34 | 17 | 7 | 514 | 100 | 117 |
| Binary | 11101100 | 10101001 | 11001000 | 0 | 11100 | 1111 | 111 | 101001100 | 1000000 | 1001111 |
Color Harmonies of #ECA9C8
Complementary color
Monochromatic Colors of #ECA9C8
Black with #ECA9C8
Text Example
Text Example
White with #ECA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA9C8; }
p { color: rgb(236,169,200); }
H1.HeaderClassName
{
color: #ECA9C8;
}
.AnyTagClassName
{
color: #ECA9C8;
}
</style>
background-color css
<style>
a { background-color: #ECA9C8; }
a { background-color: rgb(236,169,200); }
div.DivClassName
{
background-color: #ECA9C8;
}
.BgClassName
{
background-color: #ECA9C8;
}
</style>
border-color css
<style>
span { border-color: #ECA9C8; }
span { border-color: rgb(236,169,200); }
td.TdClassName
{
border-color: #ECA9C8;
}
.TagClassName
{
border-color: #ECA9C8;
}
</style>