Shades of Pig Pink #EED9E0
Tints of Pig Pink #EED9E0
RGB
CMYK
RGB Variations
Color information
#EED9E0 (or 0xEED9E0) is known color: Pig Pink. HEX triplet: EE, D9 and E0. RGB value is (238,217,224). Sum of RGB (Red+Green+Blue) = 238+217+224=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9E0 is #11261F. Grayscale: #E0E0E0. Windows color (decimal): -1123872 or 14735854. OLE color: 14735854.
HSL color Cylindrical-coordinate representation of color #EED9E0: hue angle of 340º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9E0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 224 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.07 |
| HSL | 340º | 0.38% | 0.89% | - |
| HSV(B) | 340º | 0.09% | 0.93% | - |
| XYZ | 73.53 | 73.18 | 80.77 | - |
| YUV | 224.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 224 | 0 | 0.09 | 0.06 | 0.07 | 340 | 0.38 | 0.89 |
| Hex | EE | D9 | E0 | 0 | 9 | 6 | 7 | 154 | 26 | 59 |
| Octal | 356 | 331 | 340 | 0 | 11 | 6 | 7 | 524 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11100000 | 0 | 1001 | 110 | 111 | 101010100 | 100110 | 1011001 |
Color Harmonies of #EED9E0
Complementary color
Monochromatic Colors of #EED9E0
Black with #EED9E0
Text Example
Text Example
White with #EED9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E0; }
p { color: rgb(238,217,224); }
H1.HeaderClassName
{
color: #EED9E0;
}
.AnyTagClassName
{
color: #EED9E0;
}
</style>
background-color css
<style>
a { background-color: #EED9E0; }
a { background-color: rgb(238,217,224); }
div.DivClassName
{
background-color: #EED9E0;
}
.BgClassName
{
background-color: #EED9E0;
}
</style>
border-color css
<style>
span { border-color: #EED9E0; }
span { border-color: rgb(238,217,224); }
td.TdClassName
{
border-color: #EED9E0;
}
.TagClassName
{
border-color: #EED9E0;
}
</style>