Shades of Pig Pink #EFDEE8
Tints of Pig Pink #EFDEE8
RGB
CMYK
RGB Variations
Color information
#EFDEE8 (or 0xEFDEE8) is known color: Pig Pink. HEX triplet: EF, DE and E8. RGB value is (239,222,232). Sum of RGB (Red+Green+Blue) = 239+222+232=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEE8 is #102117. Grayscale: #E4E4E4. Windows color (decimal): -1057048 or 15261423. OLE color: 15261423.
HSL color Cylindrical-coordinate representation of color #EFDEE8: hue angle of 324.71º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEE8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 232 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.06 |
| HSL | 324.71º | 0.35% | 0.9% | - |
| HSV(B) | 324.71º | 0.07% | 0.94% | - |
| XYZ | 76.28 | 76.42 | 87.07 | - |
| YUV | 228.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 232 | 0 | 0.07 | 0.03 | 0.06 | 324.71 | 0.35 | 0.9 |
| Hex | EF | DE | E8 | 0 | 7 | 3 | 6 | 145 | 23 | 5A |
| Octal | 357 | 336 | 350 | 0 | 7 | 3 | 6 | 505 | 43 | 132 |
| Binary | 11101111 | 11011110 | 11101000 | 0 | 111 | 11 | 110 | 101000101 | 100011 | 1011010 |
Color Harmonies of #EFDEE8
Complementary color
Monochromatic Colors of #EFDEE8
Black with #EFDEE8
Text Example
Text Example
White with #EFDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEE8; }
p { color: rgb(239,222,232); }
H1.HeaderClassName
{
color: #EFDEE8;
}
.AnyTagClassName
{
color: #EFDEE8;
}
</style>
background-color css
<style>
a { background-color: #EFDEE8; }
a { background-color: rgb(239,222,232); }
div.DivClassName
{
background-color: #EFDEE8;
}
.BgClassName
{
background-color: #EFDEE8;
}
</style>
border-color css
<style>
span { border-color: #EFDEE8; }
span { border-color: rgb(239,222,232); }
td.TdClassName
{
border-color: #EFDEE8;
}
.TagClassName
{
border-color: #EFDEE8;
}
</style>