Shades of Pig Pink #EED8E2
Tints of Pig Pink #EED8E2
RGB
CMYK
RGB Variations
Color information
#EED8E2 (or 0xEED8E2) is known color: Pig Pink. HEX triplet: EE, D8 and E2. RGB value is (238,216,226). Sum of RGB (Red+Green+Blue) = 238+216+226=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8E2 is #11271D. Grayscale: #DFDFDF. Windows color (decimal): -1124126 or 14866670. OLE color: 14866670.
HSL color Cylindrical-coordinate representation of color #EED8E2: hue angle of 332.73º degrees, saturation: 0.39, 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 #EED8E2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 226 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.07 |
| HSL | 332.73º | 0.39% | 0.89% | - |
| HSV(B) | 332.73º | 0.09% | 0.93% | - |
| XYZ | 73.54 | 72.78 | 82.12 | - |
| YUV | 223.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 226 | 0 | 0.09 | 0.05 | 0.07 | 332.73 | 0.39 | 0.89 |
| Hex | EE | D8 | E2 | 0 | 9 | 5 | 7 | 14D | 27 | 59 |
| Octal | 356 | 330 | 342 | 0 | 11 | 5 | 7 | 515 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11100010 | 0 | 1001 | 101 | 111 | 101001101 | 100111 | 1011001 |
Color Harmonies of #EED8E2
Complementary color
Monochromatic Colors of #EED8E2
Black with #EED8E2
Text Example
Text Example
White with #EED8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E2; }
p { color: rgb(238,216,226); }
H1.HeaderClassName
{
color: #EED8E2;
}
.AnyTagClassName
{
color: #EED8E2;
}
</style>
background-color css
<style>
a { background-color: #EED8E2; }
a { background-color: rgb(238,216,226); }
div.DivClassName
{
background-color: #EED8E2;
}
.BgClassName
{
background-color: #EED8E2;
}
</style>
border-color css
<style>
span { border-color: #EED8E2; }
span { border-color: rgb(238,216,226); }
td.TdClassName
{
border-color: #EED8E2;
}
.TagClassName
{
border-color: #EED8E2;
}
</style>