Shades of Lavender Pink #ECB1CE
Tints of Lavender Pink #ECB1CE
RGB
CMYK
RGB Variations
Color information
#ECB1CE (or 0xECB1CE) is known color: Lavender Pink. HEX triplet: EC, B1 and CE. RGB value is (236,177,206). Sum of RGB (Red+Green+Blue) = 236+177+206=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CE is #134E31. Grayscale: #C5C5C5. Windows color (decimal): -1265202 or 13545964. OLE color: 13545964.
HSL color Cylindrical-coordinate representation of color #ECB1CE: hue angle of 330.51º 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 #ECB1CE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 206 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.07 |
| HSL | 330.51º | 0.61% | 0.81% | - |
| HSV(B) | 330.51º | 0.25% | 0.93% | - |
| XYZ | 61.45 | 53.73 | 65.53 | - |
| YUV | 197.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 206 | 0 | 0.25 | 0.13 | 0.07 | 330.51 | 0.61 | 0.81 |
| Hex | EC | B1 | CE | 0 | 19 | D | 7 | 14B | 3D | 51 |
| Octal | 354 | 261 | 316 | 0 | 31 | 15 | 7 | 513 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11001110 | 0 | 11001 | 1101 | 111 | 101001011 | 111101 | 1010001 |
Color Harmonies of #ECB1CE
Complementary color
Monochromatic Colors of #ECB1CE
Black with #ECB1CE
Text Example
Text Example
White with #ECB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1CE; }
p { color: rgb(236,177,206); }
H1.HeaderClassName
{
color: #ECB1CE;
}
.AnyTagClassName
{
color: #ECB1CE;
}
</style>
background-color css
<style>
a { background-color: #ECB1CE; }
a { background-color: rgb(236,177,206); }
div.DivClassName
{
background-color: #ECB1CE;
}
.BgClassName
{
background-color: #ECB1CE;
}
</style>
border-color css
<style>
span { border-color: #ECB1CE; }
span { border-color: rgb(236,177,206); }
td.TdClassName
{
border-color: #ECB1CE;
}
.TagClassName
{
border-color: #ECB1CE;
}
</style>