Shades of Lavender Pink #ECB0CE
Tints of Lavender Pink #ECB0CE
RGB
CMYK
RGB Variations
Color information
#ECB0CE (or 0xECB0CE) is known color: Lavender Pink. HEX triplet: EC, B0 and CE. RGB value is (236,176,206). Sum of RGB (Red+Green+Blue) = 236+176+206=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CE is #134F31. Grayscale: #C5C5C5. Windows color (decimal): -1265458 or 13545708. OLE color: 13545708.
HSL color Cylindrical-coordinate representation of color #ECB0CE: hue angle of 330º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0CE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 206 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.07 |
| HSL | 330º | 0.61% | 0.81% | - |
| HSV(B) | 330º | 0.25% | 0.93% | - |
| XYZ | 61.26 | 53.34 | 65.46 | - |
| YUV | 197.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 206 | 0 | 0.25 | 0.13 | 0.07 | 330 | 0.61 | 0.81 |
| Hex | EC | B0 | CE | 0 | 19 | D | 7 | 14A | 3D | 51 |
| Octal | 354 | 260 | 316 | 0 | 31 | 15 | 7 | 512 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11001110 | 0 | 11001 | 1101 | 111 | 101001010 | 111101 | 1010001 |
Color Harmonies of #ECB0CE
Complementary color
Monochromatic Colors of #ECB0CE
Black with #ECB0CE
Text Example
Text Example
White with #ECB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0CE; }
p { color: rgb(236,176,206); }
H1.HeaderClassName
{
color: #ECB0CE;
}
.AnyTagClassName
{
color: #ECB0CE;
}
</style>
background-color css
<style>
a { background-color: #ECB0CE; }
a { background-color: rgb(236,176,206); }
div.DivClassName
{
background-color: #ECB0CE;
}
.BgClassName
{
background-color: #ECB0CE;
}
</style>
border-color css
<style>
span { border-color: #ECB0CE; }
span { border-color: rgb(236,176,206); }
td.TdClassName
{
border-color: #ECB0CE;
}
.TagClassName
{
border-color: #ECB0CE;
}
</style>