Shades of Pig Pink #EED9E2
Tints of Pig Pink #EED9E2
RGB
CMYK
RGB Variations
Color information
#EED9E2 (or 0xEED9E2) is known color: Pig Pink. HEX triplet: EE, D9 and E2. RGB value is (238,217,226). Sum of RGB (Red+Green+Blue) = 238+217+226=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9E2 is #11261D. Grayscale: #E0E0E0. Windows color (decimal): -1123870 or 14866926. OLE color: 14866926.
HSL color Cylindrical-coordinate representation of color #EED9E2: hue angle of 334.29º 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 #EED9E2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 217 | 226 | - |
CMYK | 0 | 0.09 | 0.05 | 0.07 |
HSL | 334.29º | 0.38% | 0.89% | - |
HSV(B) | 334.29º | 0.09% | 0.93% | - |
XYZ | 73.8 | 73.29 | 82.21 | - |
YUV | 224.31 | 128.96 | 137.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 217 | 226 | 0 | 0.09 | 0.05 | 0.07 | 334.29 | 0.38 | 0.89 |
Hex | EE | D9 | E2 | 0 | 9 | 5 | 7 | 14E | 26 | 59 |
Octal | 356 | 331 | 342 | 0 | 11 | 5 | 7 | 516 | 46 | 131 |
Binary | 11101110 | 11011001 | 11100010 | 0 | 1001 | 101 | 111 | 101001110 | 100110 | 1011001 |
Color Harmonies of #EED9E2
Complementary color
Monochromatic Colors of #EED9E2
Black with #EED9E2
Text Example
Text Example
White with #EED9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E2; }
p { color: rgb(238,217,226); }
H1.HeaderClassName
{
color: #EED9E2;
}
.AnyTagClassName
{
color: #EED9E2;
}
</style>
background-color css
<style>
a { background-color: #EED9E2; }
a { background-color: rgb(238,217,226); }
div.DivClassName
{
background-color: #EED9E2;
}
.BgClassName
{
background-color: #EED9E2;
}
</style>
border-color css
<style>
span { border-color: #EED9E2; }
span { border-color: rgb(238,217,226); }
td.TdClassName
{
border-color: #EED9E2;
}
.TagClassName
{
border-color: #EED9E2;
}
</style>