Shades of Pig Pink #EFDCE5
Tints of Pig Pink #EFDCE5
RGB
CMYK
RGB Variations
Color information
#EFDCE5 (or 0xEFDCE5) is known color: Pig Pink. HEX triplet: EF, DC and E5. RGB value is (239,220,229). Sum of RGB (Red+Green+Blue) = 239+220+229=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE5 is #10231A. Grayscale: #E2E2E2. Windows color (decimal): -1057563 or 15064303. OLE color: 15064303.
HSL color Cylindrical-coordinate representation of color #EFDCE5: hue angle of 331.58º 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 #EFDCE5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 229 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.06 |
| HSL | 331.58º | 0.37% | 0.9% | - |
| HSV(B) | 331.58º | 0.08% | 0.94% | - |
| XYZ | 75.33 | 75.19 | 84.67 | - |
| YUV | 226.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 229 | 0 | 0.08 | 0.04 | 0.06 | 331.58 | 0.37 | 0.9 |
| Hex | EF | DC | E5 | 0 | 8 | 4 | 6 | 14C | 25 | 5A |
| Octal | 357 | 334 | 345 | 0 | 10 | 4 | 6 | 514 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11100101 | 0 | 1000 | 100 | 110 | 101001100 | 100101 | 1011010 |
Color Harmonies of #EFDCE5
Complementary color
Monochromatic Colors of #EFDCE5
Black with #EFDCE5
Text Example
Text Example
White with #EFDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE5; }
p { color: rgb(239,220,229); }
H1.HeaderClassName
{
color: #EFDCE5;
}
.AnyTagClassName
{
color: #EFDCE5;
}
</style>
background-color css
<style>
a { background-color: #EFDCE5; }
a { background-color: rgb(239,220,229); }
div.DivClassName
{
background-color: #EFDCE5;
}
.BgClassName
{
background-color: #EFDCE5;
}
</style>
border-color css
<style>
span { border-color: #EFDCE5; }
span { border-color: rgb(239,220,229); }
td.TdClassName
{
border-color: #EFDCE5;
}
.TagClassName
{
border-color: #EFDCE5;
}
</style>