Shades of Lavender Pink #ECB4D5
Tints of Lavender Pink #ECB4D5
RGB
CMYK
RGB Variations
Color information
#ECB4D5 (or 0xECB4D5) is known color: Lavender Pink. HEX triplet: EC, B4 and D5. RGB value is (236,180,213). Sum of RGB (Red+Green+Blue) = 236+180+213=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D5 is #134B2A. Grayscale: #C8C8C8. Windows color (decimal): -1264427 or 14005484. OLE color: 14005484.
HSL color Cylindrical-coordinate representation of color #ECB4D5: hue angle of 324.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4D5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 213 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.07 |
| HSL | 324.64º | 0.6% | 0.82% | - |
| HSV(B) | 324.64º | 0.24% | 0.93% | - |
| XYZ | 62.92 | 55.28 | 70.3 | - |
| YUV | 200.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 213 | 0 | 0.24 | 0.10 | 0.07 | 324.64 | 0.6 | 0.82 |
| Hex | EC | B4 | D5 | 0 | 18 | A | 7 | 145 | 3C | 52 |
| Octal | 354 | 264 | 325 | 0 | 30 | 12 | 7 | 505 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11010101 | 0 | 11000 | 1010 | 111 | 101000101 | 111100 | 1010010 |
Color Harmonies of #ECB4D5
Complementary color
Monochromatic Colors of #ECB4D5
Black with #ECB4D5
Text Example
Text Example
White with #ECB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D5; }
p { color: rgb(236,180,213); }
H1.HeaderClassName
{
color: #ECB4D5;
}
.AnyTagClassName
{
color: #ECB4D5;
}
</style>
background-color css
<style>
a { background-color: #ECB4D5; }
a { background-color: rgb(236,180,213); }
div.DivClassName
{
background-color: #ECB4D5;
}
.BgClassName
{
background-color: #ECB4D5;
}
</style>
border-color css
<style>
span { border-color: #ECB4D5; }
span { border-color: rgb(236,180,213); }
td.TdClassName
{
border-color: #ECB4D5;
}
.TagClassName
{
border-color: #ECB4D5;
}
</style>