Shades of Pig Pink #EEDAE1
Tints of Pig Pink #EEDAE1
RGB
CMYK
RGB Variations
Color information
#EEDAE1 (or 0xEEDAE1) is known color: Pig Pink. HEX triplet: EE, DA and E1. RGB value is (238,218,225). Sum of RGB (Red+Green+Blue) = 238+218+225=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE1 is #11251E. Grayscale: #E0E0E0. Windows color (decimal): -1123615 or 14801646. OLE color: 14801646.
HSL color Cylindrical-coordinate representation of color #EEDAE1: hue angle of 339º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDAE1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 225 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 339º | 0.37% | 0.89% | - |
| HSV(B) | 339º | 0.08% | 0.93% | - |
| XYZ | 73.92 | 73.76 | 81.57 | - |
| YUV | 224.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 225 | 0 | 0.08 | 0.05 | 0.07 | 339 | 0.37 | 0.89 |
| Hex | EE | DA | E1 | 0 | 8 | 5 | 7 | 153 | 25 | 59 |
| Octal | 356 | 332 | 341 | 0 | 10 | 5 | 7 | 523 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11100001 | 0 | 1000 | 101 | 111 | 101010011 | 100101 | 1011001 |
Color Harmonies of #EEDAE1
Complementary color
Monochromatic Colors of #EEDAE1
Black with #EEDAE1
Text Example
Text Example
White with #EEDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE1; }
p { color: rgb(238,218,225); }
H1.HeaderClassName
{
color: #EEDAE1;
}
.AnyTagClassName
{
color: #EEDAE1;
}
</style>
background-color css
<style>
a { background-color: #EEDAE1; }
a { background-color: rgb(238,218,225); }
div.DivClassName
{
background-color: #EEDAE1;
}
.BgClassName
{
background-color: #EEDAE1;
}
</style>
border-color css
<style>
span { border-color: #EEDAE1; }
span { border-color: rgb(238,218,225); }
td.TdClassName
{
border-color: #EEDAE1;
}
.TagClassName
{
border-color: #EEDAE1;
}
</style>