Shades of Lavender Pink #ECB4D4
Tints of Lavender Pink #ECB4D4
RGB
CMYK
RGB Variations
Color information
#ECB4D4 (or 0xECB4D4) is known color: Lavender Pink. HEX triplet: EC, B4 and D4. RGB value is (236,180,212). Sum of RGB (Red+Green+Blue) = 236+180+212=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D4 is #134B2B. Grayscale: #C8C8C8. Windows color (decimal): -1264428 or 13939948. OLE color: 13939948.
HSL color Cylindrical-coordinate representation of color #ECB4D4: hue angle of 325.71º 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 #ECB4D4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 212 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.07 |
| HSL | 325.71º | 0.6% | 0.82% | - |
| HSV(B) | 325.71º | 0.24% | 0.93% | - |
| XYZ | 62.8 | 55.23 | 69.64 | - |
| YUV | 200.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 212 | 0 | 0.24 | 0.10 | 0.07 | 325.71 | 0.6 | 0.82 |
| Hex | EC | B4 | D4 | 0 | 18 | A | 7 | 146 | 3C | 52 |
| Octal | 354 | 264 | 324 | 0 | 30 | 12 | 7 | 506 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11010100 | 0 | 11000 | 1010 | 111 | 101000110 | 111100 | 1010010 |
Color Harmonies of #ECB4D4
Complementary color
Monochromatic Colors of #ECB4D4
Black with #ECB4D4
Text Example
Text Example
White with #ECB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D4; }
p { color: rgb(236,180,212); }
H1.HeaderClassName
{
color: #ECB4D4;
}
.AnyTagClassName
{
color: #ECB4D4;
}
</style>
background-color css
<style>
a { background-color: #ECB4D4; }
a { background-color: rgb(236,180,212); }
div.DivClassName
{
background-color: #ECB4D4;
}
.BgClassName
{
background-color: #ECB4D4;
}
</style>
border-color css
<style>
span { border-color: #ECB4D4; }
span { border-color: rgb(236,180,212); }
td.TdClassName
{
border-color: #ECB4D4;
}
.TagClassName
{
border-color: #ECB4D4;
}
</style>