Shades of Pig Pink #ECDBE1
Tints of Pig Pink #ECDBE1
RGB
CMYK
RGB Variations
Color information
#ECDBE1 (or 0xECDBE1) is known color: Pig Pink. HEX triplet: EC, DB and E1. RGB value is (236,219,225). Sum of RGB (Red+Green+Blue) = 236+219+225=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBE1 is #13241E. Grayscale: #E0E0E0. Windows color (decimal): -1254431 or 14801900. OLE color: 14801900.
HSL color Cylindrical-coordinate representation of color #ECDBE1: hue angle of 338.82º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 225 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 338.82º | 0.31% | 0.89% | - |
| HSV(B) | 338.82º | 0.07% | 0.93% | - |
| XYZ | 73.51 | 73.93 | 81.63 | - |
| YUV | 224.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 225 | 0 | 0.07 | 0.05 | 0.07 | 338.82 | 0.31 | 0.89 |
| Hex | EC | DB | E1 | 0 | 7 | 5 | 7 | 153 | 1F | 59 |
| Octal | 354 | 333 | 341 | 0 | 7 | 5 | 7 | 523 | 37 | 131 |
| Binary | 11101100 | 11011011 | 11100001 | 0 | 111 | 101 | 111 | 101010011 | 11111 | 1011001 |
Color Harmonies of #ECDBE1
Complementary color
Monochromatic Colors of #ECDBE1
Black with #ECDBE1
Text Example
Text Example
White with #ECDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBE1; }
p { color: rgb(236,219,225); }
H1.HeaderClassName
{
color: #ECDBE1;
}
.AnyTagClassName
{
color: #ECDBE1;
}
</style>
background-color css
<style>
a { background-color: #ECDBE1; }
a { background-color: rgb(236,219,225); }
div.DivClassName
{
background-color: #ECDBE1;
}
.BgClassName
{
background-color: #ECDBE1;
}
</style>
border-color css
<style>
span { border-color: #ECDBE1; }
span { border-color: rgb(236,219,225); }
td.TdClassName
{
border-color: #ECDBE1;
}
.TagClassName
{
border-color: #ECDBE1;
}
</style>