Shades of Pig Pink #ECE0E7
Tints of Pig Pink #ECE0E7
RGB
CMYK
RGB Variations
Color information
#ECE0E7 (or 0xECE0E7) is known color: Pig Pink. HEX triplet: EC, E0 and E7. RGB value is (236,224,231). Sum of RGB (Red+Green+Blue) = 236+224+231=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0E7 is #131F18. Grayscale: #E4E4E4. Windows color (decimal): -1253145 or 15196396. OLE color: 15196396.
HSL color Cylindrical-coordinate representation of color #ECE0E7: hue angle of 325º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0E7 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 231 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.07 |
| HSL | 325º | 0.24% | 0.9% | - |
| HSV(B) | 325º | 0.05% | 0.93% | - |
| XYZ | 75.67 | 76.91 | 86.46 | - |
| YUV | 228.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 231 | 0 | 0.05 | 0.02 | 0.07 | 325 | 0.24 | 0.9 |
| Hex | EC | E0 | E7 | 0 | 5 | 2 | 7 | 145 | 18 | 5A |
| Octal | 354 | 340 | 347 | 0 | 5 | 2 | 7 | 505 | 30 | 132 |
| Binary | 11101100 | 11100000 | 11100111 | 0 | 101 | 10 | 111 | 101000101 | 11000 | 1011010 |
Color Harmonies of #ECE0E7
Complementary color
Monochromatic Colors of #ECE0E7
Black with #ECE0E7
Text Example
Text Example
White with #ECE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0E7; }
p { color: rgb(236,224,231); }
H1.HeaderClassName
{
color: #ECE0E7;
}
.AnyTagClassName
{
color: #ECE0E7;
}
</style>
background-color css
<style>
a { background-color: #ECE0E7; }
a { background-color: rgb(236,224,231); }
div.DivClassName
{
background-color: #ECE0E7;
}
.BgClassName
{
background-color: #ECE0E7;
}
</style>
border-color css
<style>
span { border-color: #ECE0E7; }
span { border-color: rgb(236,224,231); }
td.TdClassName
{
border-color: #ECE0E7;
}
.TagClassName
{
border-color: #ECE0E7;
}
</style>