Shades of Pig Pink #ECDDE5
Tints of Pig Pink #ECDDE5
RGB
CMYK
RGB Variations
Color information
#ECDDE5 (or 0xECDDE5) is known color: Pig Pink. HEX triplet: EC, DD and E5. RGB value is (236,221,229). Sum of RGB (Red+Green+Blue) = 236+221+229=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE5 is #13221A. Grayscale: #E2E2E2. Windows color (decimal): -1253915 or 15064556. OLE color: 15064556.
HSL color Cylindrical-coordinate representation of color #ECDDE5: hue angle of 328º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDE5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 229 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.07 |
| HSL | 328º | 0.28% | 0.9% | - |
| HSV(B) | 328º | 0.06% | 0.93% | - |
| XYZ | 74.59 | 75.2 | 84.71 | - |
| YUV | 226.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 229 | 0 | 0.06 | 0.03 | 0.07 | 328 | 0.28 | 0.9 |
| Hex | EC | DD | E5 | 0 | 6 | 3 | 7 | 148 | 1C | 5A |
| Octal | 354 | 335 | 345 | 0 | 6 | 3 | 7 | 510 | 34 | 132 |
| Binary | 11101100 | 11011101 | 11100101 | 0 | 110 | 11 | 111 | 101001000 | 11100 | 1011010 |
Color Harmonies of #ECDDE5
Complementary color
Monochromatic Colors of #ECDDE5
Black with #ECDDE5
Text Example
Text Example
White with #ECDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDE5; }
p { color: rgb(236,221,229); }
H1.HeaderClassName
{
color: #ECDDE5;
}
.AnyTagClassName
{
color: #ECDDE5;
}
</style>
background-color css
<style>
a { background-color: #ECDDE5; }
a { background-color: rgb(236,221,229); }
div.DivClassName
{
background-color: #ECDDE5;
}
.BgClassName
{
background-color: #ECDDE5;
}
</style>
border-color css
<style>
span { border-color: #ECDDE5; }
span { border-color: rgb(236,221,229); }
td.TdClassName
{
border-color: #ECDDE5;
}
.TagClassName
{
border-color: #ECDDE5;
}
</style>