Shades of Pig Pink #EFDAE2
Tints of Pig Pink #EFDAE2
RGB
CMYK
RGB Variations
Color information
#EFDAE2 (or 0xEFDAE2) is known color: Pig Pink. HEX triplet: EF, DA and E2. RGB value is (239,218,226). Sum of RGB (Red+Green+Blue) = 239+218+226=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAE2 is #10251D. Grayscale: #E1E1E1. Windows color (decimal): -1058078 or 14867183. OLE color: 14867183.
HSL color Cylindrical-coordinate representation of color #EFDAE2: hue angle of 337.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAE2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 218 | 226 | - |
CMYK | 0 | 0.09 | 0.05 | 0.06 |
HSL | 337.14º | 0.4% | 0.9% | - |
HSV(B) | 337.14º | 0.09% | 0.94% | - |
XYZ | 74.4 | 73.98 | 82.31 | - |
YUV | 225.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 218 | 226 | 0 | 0.09 | 0.05 | 0.06 | 337.14 | 0.4 | 0.9 |
Hex | EF | DA | E2 | 0 | 9 | 5 | 6 | 151 | 28 | 5A |
Octal | 357 | 332 | 342 | 0 | 11 | 5 | 6 | 521 | 50 | 132 |
Binary | 11101111 | 11011010 | 11100010 | 0 | 1001 | 101 | 110 | 101010001 | 101000 | 1011010 |
Color Harmonies of #EFDAE2
Complementary color
Monochromatic Colors of #EFDAE2
Black with #EFDAE2
Text Example
Text Example
White with #EFDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAE2; }
p { color: rgb(239,218,226); }
H1.HeaderClassName
{
color: #EFDAE2;
}
.AnyTagClassName
{
color: #EFDAE2;
}
</style>
background-color css
<style>
a { background-color: #EFDAE2; }
a { background-color: rgb(239,218,226); }
div.DivClassName
{
background-color: #EFDAE2;
}
.BgClassName
{
background-color: #EFDAE2;
}
</style>
border-color css
<style>
span { border-color: #EFDAE2; }
span { border-color: rgb(239,218,226); }
td.TdClassName
{
border-color: #EFDAE2;
}
.TagClassName
{
border-color: #EFDAE2;
}
</style>