Shades of Pig Pink #EFDFE9
Tints of Pig Pink #EFDFE9
RGB
CMYK
RGB Variations
Color information
#EFDFE9 (or 0xEFDFE9) is known color: Pig Pink. HEX triplet: EF, DF and E9. RGB value is (239,223,233). Sum of RGB (Red+Green+Blue) = 239+223+233=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE9 is #102016. Grayscale: #E4E4E4. Windows color (decimal): -1056791 or 15327215. OLE color: 15327215.
HSL color Cylindrical-coordinate representation of color #EFDFE9: hue angle of 322.5º 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 #EFDFE9 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 233 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.06 |
| HSL | 322.5º | 0.33% | 0.91% | - |
| HSV(B) | 322.5º | 0.07% | 0.94% | - |
| XYZ | 76.69 | 77.01 | 87.91 | - |
| YUV | 228.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 233 | 0 | 0.07 | 0.03 | 0.06 | 322.5 | 0.33 | 0.91 |
| Hex | EF | DF | E9 | 0 | 7 | 3 | 6 | 142 | 21 | 5B |
| Octal | 357 | 337 | 351 | 0 | 7 | 3 | 6 | 502 | 41 | 133 |
| Binary | 11101111 | 11011111 | 11101001 | 0 | 111 | 11 | 110 | 101000010 | 100001 | 1011011 |
Color Harmonies of #EFDFE9
Complementary color
Monochromatic Colors of #EFDFE9
Black with #EFDFE9
Text Example
Text Example
White with #EFDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFE9; }
p { color: rgb(239,223,233); }
H1.HeaderClassName
{
color: #EFDFE9;
}
.AnyTagClassName
{
color: #EFDFE9;
}
</style>
background-color css
<style>
a { background-color: #EFDFE9; }
a { background-color: rgb(239,223,233); }
div.DivClassName
{
background-color: #EFDFE9;
}
.BgClassName
{
background-color: #EFDFE9;
}
</style>
border-color css
<style>
span { border-color: #EFDFE9; }
span { border-color: rgb(239,223,233); }
td.TdClassName
{
border-color: #EFDFE9;
}
.TagClassName
{
border-color: #EFDFE9;
}
</style>