Shades of Pig Pink #FFE0EC
Tints of Pig Pink #FFE0EC
RGB
CMYK
RGB Variations
Color information
#FFE0EC (or 0xFFE0EC) is known color: Pig Pink. HEX triplet: FF, E0 and EC. RGB value is (255,224,236). Sum of RGB (Red+Green+Blue) = 255+224+236=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0EC is #001F13. Grayscale: #EAEAEA. Windows color (decimal): -7956 or 15524095. OLE color: 15524095.
HSL color Cylindrical-coordinate representation of color #FFE0EC: hue angle of 336.77º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0EC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 236 | - |
| CMYK | 0 | 0.12 | 0.07 | 0 |
| HSL | 336.77º | 1% | 0.94% | - |
| HSV(B) | 336.77º | 0.12% | 1% | - |
| XYZ | 83.04 | 80.63 | 90.54 | - |
| YUV | 234.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 236 | 0 | 0.12 | 0.07 | 0 | 336.77 | 1 | 0.94 |
| Hex | FF | E0 | EC | 0 | C | 7 | 0 | 151 | 64 | 5E |
| Octal | 377 | 340 | 354 | 0 | 14 | 7 | 0 | 521 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11101100 | 0 | 1100 | 111 | 0 | 101010001 | 1100100 | 1011110 |
Color Harmonies of #FFE0EC
Complementary color
Monochromatic Colors of #FFE0EC
Black with #FFE0EC
Text Example
Text Example
White with #FFE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0EC; }
p { color: rgb(255,224,236); }
H1.HeaderClassName
{
color: #FFE0EC;
}
.AnyTagClassName
{
color: #FFE0EC;
}
</style>
background-color css
<style>
a { background-color: #FFE0EC; }
a { background-color: rgb(255,224,236); }
div.DivClassName
{
background-color: #FFE0EC;
}
.BgClassName
{
background-color: #FFE0EC;
}
</style>
border-color css
<style>
span { border-color: #FFE0EC; }
span { border-color: rgb(255,224,236); }
td.TdClassName
{
border-color: #FFE0EC;
}
.TagClassName
{
border-color: #FFE0EC;
}
</style>