Shades of Lavender Pink #ECB4D0
Tints of Lavender Pink #ECB4D0
RGB
CMYK
RGB Variations
Color information
#ECB4D0 (or 0xECB4D0) is known color: Lavender Pink. HEX triplet: EC, B4 and D0. RGB value is (236,180,208). Sum of RGB (Red+Green+Blue) = 236+180+208=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D0 is #134B2F. Grayscale: #C7C7C7. Windows color (decimal): -1264432 or 13677804. OLE color: 13677804.
HSL color Cylindrical-coordinate representation of color #ECB4D0: hue angle of 330º 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 #ECB4D0 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 208 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.07 |
| HSL | 330º | 0.6% | 0.82% | - |
| HSV(B) | 330º | 0.24% | 0.93% | - |
| XYZ | 62.3 | 55.03 | 67.01 | - |
| YUV | 199.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 208 | 0 | 0.24 | 0.12 | 0.07 | 330 | 0.6 | 0.82 |
| Hex | EC | B4 | D0 | 0 | 18 | C | 7 | 14A | 3C | 52 |
| Octal | 354 | 264 | 320 | 0 | 30 | 14 | 7 | 512 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11010000 | 0 | 11000 | 1100 | 111 | 101001010 | 111100 | 1010010 |
Color Harmonies of #ECB4D0
Complementary color
Monochromatic Colors of #ECB4D0
Black with #ECB4D0
Text Example
Text Example
White with #ECB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D0; }
p { color: rgb(236,180,208); }
H1.HeaderClassName
{
color: #ECB4D0;
}
.AnyTagClassName
{
color: #ECB4D0;
}
</style>
background-color css
<style>
a { background-color: #ECB4D0; }
a { background-color: rgb(236,180,208); }
div.DivClassName
{
background-color: #ECB4D0;
}
.BgClassName
{
background-color: #ECB4D0;
}
</style>
border-color css
<style>
span { border-color: #ECB4D0; }
span { border-color: rgb(236,180,208); }
td.TdClassName
{
border-color: #ECB4D0;
}
.TagClassName
{
border-color: #ECB4D0;
}
</style>