Shades of Pig Pink #EFDCE4
Tints of Pig Pink #EFDCE4
RGB
CMYK
RGB Variations
Color information
#EFDCE4 (or 0xEFDCE4) is known color: Pig Pink. HEX triplet: EF, DC and E4. RGB value is (239,220,228). Sum of RGB (Red+Green+Blue) = 239+220+228=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE4 is #10231B. Grayscale: #E2E2E2. Windows color (decimal): -1057564 or 14998767. OLE color: 14998767.
HSL color Cylindrical-coordinate representation of color #EFDCE4: hue angle of 334.74º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCE4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 228 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.06 |
| HSL | 334.74º | 0.37% | 0.9% | - |
| HSV(B) | 334.74º | 0.08% | 0.94% | - |
| XYZ | 75.19 | 75.14 | 83.94 | - |
| YUV | 226.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 228 | 0 | 0.08 | 0.05 | 0.06 | 334.74 | 0.37 | 0.9 |
| Hex | EF | DC | E4 | 0 | 8 | 5 | 6 | 14F | 25 | 5A |
| Octal | 357 | 334 | 344 | 0 | 10 | 5 | 6 | 517 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11100100 | 0 | 1000 | 101 | 110 | 101001111 | 100101 | 1011010 |
Color Harmonies of #EFDCE4
Complementary color
Monochromatic Colors of #EFDCE4
Black with #EFDCE4
Text Example
Text Example
White with #EFDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE4; }
p { color: rgb(239,220,228); }
H1.HeaderClassName
{
color: #EFDCE4;
}
.AnyTagClassName
{
color: #EFDCE4;
}
</style>
background-color css
<style>
a { background-color: #EFDCE4; }
a { background-color: rgb(239,220,228); }
div.DivClassName
{
background-color: #EFDCE4;
}
.BgClassName
{
background-color: #EFDCE4;
}
</style>
border-color css
<style>
span { border-color: #EFDCE4; }
span { border-color: rgb(239,220,228); }
td.TdClassName
{
border-color: #EFDCE4;
}
.TagClassName
{
border-color: #EFDCE4;
}
</style>