Shades of Pig Pink #EFD8E3
Tints of Pig Pink #EFD8E3
RGB
CMYK
RGB Variations
Color information
#EFD8E3 (or 0xEFD8E3) is known color: Pig Pink. HEX triplet: EF, D8 and E3. RGB value is (239,216,227). Sum of RGB (Red+Green+Blue) = 239+216+227=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8E3 is #10271C. Grayscale: #E0E0E0. Windows color (decimal): -1058589 or 14932207. OLE color: 14932207.
HSL color Cylindrical-coordinate representation of color #EFD8E3: hue angle of 331.3º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8E3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 227 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.06 |
| HSL | 331.3º | 0.42% | 0.89% | - |
| HSV(B) | 331.3º | 0.1% | 0.94% | - |
| XYZ | 74.02 | 73.01 | 82.86 | - |
| YUV | 224.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 227 | 0 | 0.10 | 0.05 | 0.06 | 331.3 | 0.42 | 0.89 |
| Hex | EF | D8 | E3 | 0 | A | 5 | 6 | 14B | 2A | 59 |
| Octal | 357 | 330 | 343 | 0 | 12 | 5 | 6 | 513 | 52 | 131 |
| Binary | 11101111 | 11011000 | 11100011 | 0 | 1010 | 101 | 110 | 101001011 | 101010 | 1011001 |
Color Harmonies of #EFD8E3
Complementary color
Monochromatic Colors of #EFD8E3
Black with #EFD8E3
Text Example
Text Example
White with #EFD8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8E3; }
p { color: rgb(239,216,227); }
H1.HeaderClassName
{
color: #EFD8E3;
}
.AnyTagClassName
{
color: #EFD8E3;
}
</style>
background-color css
<style>
a { background-color: #EFD8E3; }
a { background-color: rgb(239,216,227); }
div.DivClassName
{
background-color: #EFD8E3;
}
.BgClassName
{
background-color: #EFD8E3;
}
</style>
border-color css
<style>
span { border-color: #EFD8E3; }
span { border-color: rgb(239,216,227); }
td.TdClassName
{
border-color: #EFD8E3;
}
.TagClassName
{
border-color: #EFD8E3;
}
</style>