Shades of Pig Pink #EEDDE5
Tints of Pig Pink #EEDDE5
RGB
CMYK
RGB Variations
Color information
#EEDDE5 (or 0xEEDDE5) is known color: Pig Pink. HEX triplet: EE, DD and E5. RGB value is (238,221,229). Sum of RGB (Red+Green+Blue) = 238+221+229=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE5 is #11221A. Grayscale: #E2E2E2. Windows color (decimal): -1122843 or 15064558. OLE color: 15064558.
HSL color Cylindrical-coordinate representation of color #EEDDE5: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDE5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 229 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.07 |
| HSL | 331.76º | 0.33% | 0.9% | - |
| HSV(B) | 331.76º | 0.07% | 0.93% | - |
| XYZ | 75.26 | 75.55 | 84.74 | - |
| YUV | 227 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 229 | 0 | 0.07 | 0.04 | 0.07 | 331.76 | 0.33 | 0.9 |
| Hex | EE | DD | E5 | 0 | 7 | 4 | 7 | 14C | 21 | 5A |
| Octal | 356 | 335 | 345 | 0 | 7 | 4 | 7 | 514 | 41 | 132 |
| Binary | 11101110 | 11011101 | 11100101 | 0 | 111 | 100 | 111 | 101001100 | 100001 | 1011010 |
Color Harmonies of #EEDDE5
Complementary color
Monochromatic Colors of #EEDDE5
Black with #EEDDE5
Text Example
Text Example
White with #EEDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDE5; }
p { color: rgb(238,221,229); }
H1.HeaderClassName
{
color: #EEDDE5;
}
.AnyTagClassName
{
color: #EEDDE5;
}
</style>
background-color css
<style>
a { background-color: #EEDDE5; }
a { background-color: rgb(238,221,229); }
div.DivClassName
{
background-color: #EEDDE5;
}
.BgClassName
{
background-color: #EEDDE5;
}
</style>
border-color css
<style>
span { border-color: #EEDDE5; }
span { border-color: rgb(238,221,229); }
td.TdClassName
{
border-color: #EEDDE5;
}
.TagClassName
{
border-color: #EEDDE5;
}
</style>