Shades of Pig Pink #EFDAE5
Tints of Pig Pink #EFDAE5
RGB
CMYK
RGB Variations
Color information
#EFDAE5 (or 0xEFDAE5) is known color: Pig Pink. HEX triplet: EF, DA and E5. RGB value is (239,218,229). Sum of RGB (Red+Green+Blue) = 239+218+229=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAE5 is #10251A. Grayscale: #E1E1E1. Windows color (decimal): -1058075 or 15063791. OLE color: 15063791.
HSL color Cylindrical-coordinate representation of color #EFDAE5: hue angle of 328.57º 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 #EFDAE5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 229 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.06 |
| HSL | 328.57º | 0.4% | 0.9% | - |
| HSV(B) | 328.57º | 0.09% | 0.94% | - |
| XYZ | 74.81 | 74.15 | 84.5 | - |
| YUV | 225.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 229 | 0 | 0.09 | 0.04 | 0.06 | 328.57 | 0.4 | 0.9 |
| Hex | EF | DA | E5 | 0 | 9 | 4 | 6 | 149 | 28 | 5A |
| Octal | 357 | 332 | 345 | 0 | 11 | 4 | 6 | 511 | 50 | 132 |
| Binary | 11101111 | 11011010 | 11100101 | 0 | 1001 | 100 | 110 | 101001001 | 101000 | 1011010 |
Color Harmonies of #EFDAE5
Complementary color
Monochromatic Colors of #EFDAE5
Black with #EFDAE5
Text Example
Text Example
White with #EFDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAE5; }
p { color: rgb(239,218,229); }
H1.HeaderClassName
{
color: #EFDAE5;
}
.AnyTagClassName
{
color: #EFDAE5;
}
</style>
background-color css
<style>
a { background-color: #EFDAE5; }
a { background-color: rgb(239,218,229); }
div.DivClassName
{
background-color: #EFDAE5;
}
.BgClassName
{
background-color: #EFDAE5;
}
</style>
border-color css
<style>
span { border-color: #EFDAE5; }
span { border-color: rgb(239,218,229); }
td.TdClassName
{
border-color: #EFDAE5;
}
.TagClassName
{
border-color: #EFDAE5;
}
</style>