Shades of Pig Pink #EFDEE6
Tints of Pig Pink #EFDEE6
RGB
CMYK
RGB Variations
Color information
#EFDEE6 (or 0xEFDEE6) is known color: Pig Pink. HEX triplet: EF, DE and E6. RGB value is (239,222,230). Sum of RGB (Red+Green+Blue) = 239+222+230=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEE6 is #102119. Grayscale: #E3E3E3. Windows color (decimal): -1057050 or 15130351. OLE color: 15130351.
HSL color Cylindrical-coordinate representation of color #EFDEE6: hue angle of 331.76º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEE6 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 222 | 230 | - |
CMYK | 0 | 0.07 | 0.04 | 0.06 |
HSL | 331.76º | 0.35% | 0.9% | - |
HSV(B) | 331.76º | 0.07% | 0.94% | - |
XYZ | 76 | 76.31 | 85.59 | - |
YUV | 228 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 230 | 0 | 0.07 | 0.04 | 0.06 | 331.76 | 0.35 | 0.9 |
Hex | EF | DE | E6 | 0 | 7 | 4 | 6 | 14C | 23 | 5A |
Octal | 357 | 336 | 346 | 0 | 7 | 4 | 6 | 514 | 43 | 132 |
Binary | 11101111 | 11011110 | 11100110 | 0 | 111 | 100 | 110 | 101001100 | 100011 | 1011010 |
Color Harmonies of #EFDEE6
Complementary color
Monochromatic Colors of #EFDEE6
Black with #EFDEE6
Text Example
Text Example
White with #EFDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEE6; }
p { color: rgb(239,222,230); }
H1.HeaderClassName
{
color: #EFDEE6;
}
.AnyTagClassName
{
color: #EFDEE6;
}
</style>
background-color css
<style>
a { background-color: #EFDEE6; }
a { background-color: rgb(239,222,230); }
div.DivClassName
{
background-color: #EFDEE6;
}
.BgClassName
{
background-color: #EFDEE6;
}
</style>
border-color css
<style>
span { border-color: #EFDEE6; }
span { border-color: rgb(239,222,230); }
td.TdClassName
{
border-color: #EFDEE6;
}
.TagClassName
{
border-color: #EFDEE6;
}
</style>