Shades of Lavender Pink #ECB0D5
Tints of Lavender Pink #ECB0D5
RGB
CMYK
RGB Variations
Color information
#ECB0D5 (or 0xECB0D5) is known color: Lavender Pink. HEX triplet: EC, B0 and D5. RGB value is (236,176,213). Sum of RGB (Red+Green+Blue) = 236+176+213=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0D5 is #134F2A. Grayscale: #C6C6C6. Windows color (decimal): -1265451 or 14004460. OLE color: 14004460.
HSL color Cylindrical-coordinate representation of color #ECB0D5: hue angle of 323º 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 #ECB0D5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 176 | 213 | - |
CMYK | 0 | 0.25 | 0.10 | 0.07 |
HSL | 323º | 0.61% | 0.81% | - |
HSV(B) | 323º | 0.25% | 0.93% | - |
XYZ | 62.13 | 53.69 | 70.04 | - |
YUV | 198.16 | 136.38 | 154.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 176 | 213 | 0 | 0.25 | 0.10 | 0.07 | 323 | 0.61 | 0.81 |
Hex | EC | B0 | D5 | 0 | 19 | A | 7 | 143 | 3D | 51 |
Octal | 354 | 260 | 325 | 0 | 31 | 12 | 7 | 503 | 75 | 121 |
Binary | 11101100 | 10110000 | 11010101 | 0 | 11001 | 1010 | 111 | 101000011 | 111101 | 1010001 |
Color Harmonies of #ECB0D5
Complementary color
Monochromatic Colors of #ECB0D5
Black with #ECB0D5
Text Example
Text Example
White with #ECB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0D5; }
p { color: rgb(236,176,213); }
H1.HeaderClassName
{
color: #ECB0D5;
}
.AnyTagClassName
{
color: #ECB0D5;
}
</style>
background-color css
<style>
a { background-color: #ECB0D5; }
a { background-color: rgb(236,176,213); }
div.DivClassName
{
background-color: #ECB0D5;
}
.BgClassName
{
background-color: #ECB0D5;
}
</style>
border-color css
<style>
span { border-color: #ECB0D5; }
span { border-color: rgb(236,176,213); }
td.TdClassName
{
border-color: #ECB0D5;
}
.TagClassName
{
border-color: #ECB0D5;
}
</style>