Shades of Pig Pink #EED9E3
Tints of Pig Pink #EED9E3
RGB
CMYK
RGB Variations
Color information
#EED9E3 (or 0xEED9E3) is known color: Pig Pink. HEX triplet: EE, D9 and E3. RGB value is (238,217,227). Sum of RGB (Red+Green+Blue) = 238+217+227=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9E3 is #11261C. Grayscale: #E0E0E0. Windows color (decimal): -1123869 or 14932462. OLE color: 14932462.
HSL color Cylindrical-coordinate representation of color #EED9E3: hue angle of 331.43º 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 #EED9E3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 227 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.07 |
| HSL | 331.43º | 0.38% | 0.89% | - |
| HSV(B) | 331.43º | 0.09% | 0.93% | - |
| XYZ | 73.94 | 73.35 | 82.93 | - |
| YUV | 224.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 227 | 0 | 0.09 | 0.05 | 0.07 | 331.43 | 0.38 | 0.89 |
| Hex | EE | D9 | E3 | 0 | 9 | 5 | 7 | 14B | 26 | 59 |
| Octal | 356 | 331 | 343 | 0 | 11 | 5 | 7 | 513 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11100011 | 0 | 1001 | 101 | 111 | 101001011 | 100110 | 1011001 |
Color Harmonies of #EED9E3
Complementary color
Monochromatic Colors of #EED9E3
Black with #EED9E3
Text Example
Text Example
White with #EED9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E3; }
p { color: rgb(238,217,227); }
H1.HeaderClassName
{
color: #EED9E3;
}
.AnyTagClassName
{
color: #EED9E3;
}
</style>
background-color css
<style>
a { background-color: #EED9E3; }
a { background-color: rgb(238,217,227); }
div.DivClassName
{
background-color: #EED9E3;
}
.BgClassName
{
background-color: #EED9E3;
}
</style>
border-color css
<style>
span { border-color: #EED9E3; }
span { border-color: rgb(238,217,227); }
td.TdClassName
{
border-color: #EED9E3;
}
.TagClassName
{
border-color: #EED9E3;
}
</style>