Shades of Pig Pink #EFD9E2
Tints of Pig Pink #EFD9E2
RGB
CMYK
RGB Variations
Color information
#EFD9E2 (or 0xEFD9E2) is known color: Pig Pink. HEX triplet: EF, D9 and E2. RGB value is (239,217,226). Sum of RGB (Red+Green+Blue) = 239+217+226=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9E2 is #10261D. Grayscale: #E0E0E0. Windows color (decimal): -1058334 or 14866927. OLE color: 14866927.
HSL color Cylindrical-coordinate representation of color #EFD9E2: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9E2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 217 | 226 | - |
CMYK | 0 | 0.09 | 0.05 | 0.06 |
HSL | 335.45º | 0.41% | 0.89% | - |
HSV(B) | 335.45º | 0.09% | 0.94% | - |
XYZ | 74.14 | 73.47 | 82.22 | - |
YUV | 224.6 | 128.79 | 138.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 217 | 226 | 0 | 0.09 | 0.05 | 0.06 | 335.45 | 0.41 | 0.89 |
Hex | EF | D9 | E2 | 0 | 9 | 5 | 6 | 14F | 29 | 59 |
Octal | 357 | 331 | 342 | 0 | 11 | 5 | 6 | 517 | 51 | 131 |
Binary | 11101111 | 11011001 | 11100010 | 0 | 1001 | 101 | 110 | 101001111 | 101001 | 1011001 |
Color Harmonies of #EFD9E2
Complementary color
Monochromatic Colors of #EFD9E2
Black with #EFD9E2
Text Example
Text Example
White with #EFD9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9E2; }
p { color: rgb(239,217,226); }
H1.HeaderClassName
{
color: #EFD9E2;
}
.AnyTagClassName
{
color: #EFD9E2;
}
</style>
background-color css
<style>
a { background-color: #EFD9E2; }
a { background-color: rgb(239,217,226); }
div.DivClassName
{
background-color: #EFD9E2;
}
.BgClassName
{
background-color: #EFD9E2;
}
</style>
border-color css
<style>
span { border-color: #EFD9E2; }
span { border-color: rgb(239,217,226); }
td.TdClassName
{
border-color: #EFD9E2;
}
.TagClassName
{
border-color: #EFD9E2;
}
</style>