Shades of Pig Pink #EFDCE3
Tints of Pig Pink #EFDCE3
RGB
CMYK
RGB Variations
Color information
#EFDCE3 (or 0xEFDCE3) is known color: Pig Pink. HEX triplet: EF, DC and E3. RGB value is (239,220,227). Sum of RGB (Red+Green+Blue) = 239+220+227=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE3 is #10231C. Grayscale: #E2E2E2. Windows color (decimal): -1057565 or 14933231. OLE color: 14933231.
HSL color Cylindrical-coordinate representation of color #EFDCE3: hue angle of 337.89º 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 #EFDCE3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 227 | - |
CMYK | 0 | 0.08 | 0.05 | 0.06 |
HSL | 337.89º | 0.37% | 0.9% | - |
HSV(B) | 337.89º | 0.08% | 0.94% | - |
XYZ | 75.05 | 75.08 | 83.21 | - |
YUV | 226.48 | 128.29 | 136.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 227 | 0 | 0.08 | 0.05 | 0.06 | 337.89 | 0.37 | 0.9 |
Hex | EF | DC | E3 | 0 | 8 | 5 | 6 | 152 | 25 | 5A |
Octal | 357 | 334 | 343 | 0 | 10 | 5 | 6 | 522 | 45 | 132 |
Binary | 11101111 | 11011100 | 11100011 | 0 | 1000 | 101 | 110 | 101010010 | 100101 | 1011010 |
Color Harmonies of #EFDCE3
Complementary color
Monochromatic Colors of #EFDCE3
Black with #EFDCE3
Text Example
Text Example
White with #EFDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE3; }
p { color: rgb(239,220,227); }
H1.HeaderClassName
{
color: #EFDCE3;
}
.AnyTagClassName
{
color: #EFDCE3;
}
</style>
background-color css
<style>
a { background-color: #EFDCE3; }
a { background-color: rgb(239,220,227); }
div.DivClassName
{
background-color: #EFDCE3;
}
.BgClassName
{
background-color: #EFDCE3;
}
</style>
border-color css
<style>
span { border-color: #EFDCE3; }
span { border-color: rgb(239,220,227); }
td.TdClassName
{
border-color: #EFDCE3;
}
.TagClassName
{
border-color: #EFDCE3;
}
</style>