Shades of Pig Pink #EFDFEA
Tints of Pig Pink #EFDFEA
RGB
CMYK
RGB Variations
Color information
#EFDFEA (or 0xEFDFEA) is known color: Pig Pink. HEX triplet: EF, DF and EA. RGB value is (239,223,234). Sum of RGB (Red+Green+Blue) = 239+223+234=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFEA is #102015. Grayscale: #E5E5E5. Windows color (decimal): -1056790 or 15392751. OLE color: 15392751.
HSL color Cylindrical-coordinate representation of color #EFDFEA: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 234 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.06 |
| HSL | 318.75º | 0.33% | 0.91% | - |
| HSV(B) | 318.75º | 0.07% | 0.94% | - |
| XYZ | 76.84 | 77.07 | 88.67 | - |
| YUV | 229.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 234 | 0 | 0.07 | 0.02 | 0.06 | 318.75 | 0.33 | 0.91 |
| Hex | EF | DF | EA | 0 | 7 | 2 | 6 | 13F | 21 | 5B |
| Octal | 357 | 337 | 352 | 0 | 7 | 2 | 6 | 477 | 41 | 133 |
| Binary | 11101111 | 11011111 | 11101010 | 0 | 111 | 10 | 110 | 100111111 | 100001 | 1011011 |
Color Harmonies of #EFDFEA
Complementary color
Monochromatic Colors of #EFDFEA
Black with #EFDFEA
Text Example
Text Example
White with #EFDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFEA; }
p { color: rgb(239,223,234); }
H1.HeaderClassName
{
color: #EFDFEA;
}
.AnyTagClassName
{
color: #EFDFEA;
}
</style>
background-color css
<style>
a { background-color: #EFDFEA; }
a { background-color: rgb(239,223,234); }
div.DivClassName
{
background-color: #EFDFEA;
}
.BgClassName
{
background-color: #EFDFEA;
}
</style>
border-color css
<style>
span { border-color: #EFDFEA; }
span { border-color: rgb(239,223,234); }
td.TdClassName
{
border-color: #EFDFEA;
}
.TagClassName
{
border-color: #EFDFEA;
}
</style>