Shades of Pig Pink #EFDCE6
Tints of Pig Pink #EFDCE6
RGB
CMYK
RGB Variations
Color information
#EFDCE6 (or 0xEFDCE6) is known color: Pig Pink. HEX triplet: EF, DC and E6. RGB value is (239,220,230). Sum of RGB (Red+Green+Blue) = 239+220+230=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCE6 is #102319. Grayscale: #E2E2E2. Windows color (decimal): -1057562 or 15129839. OLE color: 15129839.
HSL color Cylindrical-coordinate representation of color #EFDCE6: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCE6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 230 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.06 |
| HSL | 328.42º | 0.37% | 0.9% | - |
| HSV(B) | 328.42º | 0.08% | 0.94% | - |
| XYZ | 75.47 | 75.25 | 85.41 | - |
| YUV | 226.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 230 | 0 | 0.08 | 0.04 | 0.06 | 328.42 | 0.37 | 0.9 |
| Hex | EF | DC | E6 | 0 | 8 | 4 | 6 | 148 | 25 | 5A |
| Octal | 357 | 334 | 346 | 0 | 10 | 4 | 6 | 510 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11100110 | 0 | 1000 | 100 | 110 | 101001000 | 100101 | 1011010 |
Color Harmonies of #EFDCE6
Complementary color
Monochromatic Colors of #EFDCE6
Black with #EFDCE6
Text Example
Text Example
White with #EFDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE6; }
p { color: rgb(239,220,230); }
H1.HeaderClassName
{
color: #EFDCE6;
}
.AnyTagClassName
{
color: #EFDCE6;
}
</style>
background-color css
<style>
a { background-color: #EFDCE6; }
a { background-color: rgb(239,220,230); }
div.DivClassName
{
background-color: #EFDCE6;
}
.BgClassName
{
background-color: #EFDCE6;
}
</style>
border-color css
<style>
span { border-color: #EFDCE6; }
span { border-color: rgb(239,220,230); }
td.TdClassName
{
border-color: #EFDCE6;
}
.TagClassName
{
border-color: #EFDCE6;
}
</style>