Shades of Lavender Pink #ECA2D0
Tints of Lavender Pink #ECA2D0
RGB
CMYK
RGB Variations
Color information
#ECA2D0 (or 0xECA2D0) is known color: Lavender Pink. HEX triplet: EC, A2 and D0. RGB value is (236,162,208). Sum of RGB (Red+Green+Blue) = 236+162+208=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D0 is #135D2F. Grayscale: #BDBDBD. Windows color (decimal): -1269040 or 13673196. OLE color: 13673196.
HSL color Cylindrical-coordinate representation of color #ECA2D0: hue angle of 322.7º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2D0 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 208 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.07 |
| HSL | 322.7º | 0.66% | 0.78% | - |
| HSV(B) | 322.7º | 0.31% | 0.93% | - |
| XYZ | 58.9 | 48.23 | 65.88 | - |
| YUV | 189.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 208 | 0 | 0.31 | 0.12 | 0.07 | 322.7 | 0.66 | 0.78 |
| Hex | EC | A2 | D0 | 0 | 1F | C | 7 | 143 | 42 | 4E |
| Octal | 354 | 242 | 320 | 0 | 37 | 14 | 7 | 503 | 102 | 116 |
| Binary | 11101100 | 10100010 | 11010000 | 0 | 11111 | 1100 | 111 | 101000011 | 1000010 | 1001110 |
Color Harmonies of #ECA2D0
Complementary color
Monochromatic Colors of #ECA2D0
Black with #ECA2D0
Text Example
Text Example
White with #ECA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2D0; }
p { color: rgb(236,162,208); }
H1.HeaderClassName
{
color: #ECA2D0;
}
.AnyTagClassName
{
color: #ECA2D0;
}
</style>
background-color css
<style>
a { background-color: #ECA2D0; }
a { background-color: rgb(236,162,208); }
div.DivClassName
{
background-color: #ECA2D0;
}
.BgClassName
{
background-color: #ECA2D0;
}
</style>
border-color css
<style>
span { border-color: #ECA2D0; }
span { border-color: rgb(236,162,208); }
td.TdClassName
{
border-color: #ECA2D0;
}
.TagClassName
{
border-color: #ECA2D0;
}
</style>