Shades of Pig Pink #EFDAE6
Tints of Pig Pink #EFDAE6
RGB
CMYK
RGB Variations
Color information
#EFDAE6 (or 0xEFDAE6) is known color: Pig Pink. HEX triplet: EF, DA and E6. RGB value is (239,218,230). Sum of RGB (Red+Green+Blue) = 239+218+230=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAE6 is #102519. Grayscale: #E1E1E1. Windows color (decimal): -1058074 or 15129327. OLE color: 15129327.
HSL color Cylindrical-coordinate representation of color #EFDAE6: hue angle of 325.71º 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 #EFDAE6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 218 | 230 | - |
CMYK | 0 | 0.09 | 0.04 | 0.06 |
HSL | 325.71º | 0.4% | 0.9% | - |
HSV(B) | 325.71º | 0.09% | 0.94% | - |
XYZ | 74.95 | 74.21 | 85.24 | - |
YUV | 225.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 218 | 230 | 0 | 0.09 | 0.04 | 0.06 | 325.71 | 0.4 | 0.9 |
Hex | EF | DA | E6 | 0 | 9 | 4 | 6 | 146 | 28 | 5A |
Octal | 357 | 332 | 346 | 0 | 11 | 4 | 6 | 506 | 50 | 132 |
Binary | 11101111 | 11011010 | 11100110 | 0 | 1001 | 100 | 110 | 101000110 | 101000 | 1011010 |
Color Harmonies of #EFDAE6
Complementary color
Monochromatic Colors of #EFDAE6
Black with #EFDAE6
Text Example
Text Example
White with #EFDAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAE6; }
p { color: rgb(239,218,230); }
H1.HeaderClassName
{
color: #EFDAE6;
}
.AnyTagClassName
{
color: #EFDAE6;
}
</style>
background-color css
<style>
a { background-color: #EFDAE6; }
a { background-color: rgb(239,218,230); }
div.DivClassName
{
background-color: #EFDAE6;
}
.BgClassName
{
background-color: #EFDAE6;
}
</style>
border-color css
<style>
span { border-color: #EFDAE6; }
span { border-color: rgb(239,218,230); }
td.TdClassName
{
border-color: #EFDAE6;
}
.TagClassName
{
border-color: #EFDAE6;
}
</style>