Shades of Pig Pink #EEDEE8
Tints of Pig Pink #EEDEE8
RGB
CMYK
RGB Variations
Color information
#EEDEE8 (or 0xEEDEE8) is known color: Pig Pink. HEX triplet: EE, DE and E8. RGB value is (238,222,232). Sum of RGB (Red+Green+Blue) = 238+222+232=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEE8 is #112117. Grayscale: #E3E3E3. Windows color (decimal): -1122584 or 15261422. OLE color: 15261422.
HSL color Cylindrical-coordinate representation of color #EEDEE8: hue angle of 322.5º degrees, saturation: 0.32, 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 #EEDEE8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 232 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.07 |
| HSL | 322.5º | 0.32% | 0.9% | - |
| HSV(B) | 322.5º | 0.07% | 0.93% | - |
| XYZ | 75.95 | 76.25 | 87.06 | - |
| YUV | 227.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 232 | 0 | 0.07 | 0.03 | 0.07 | 322.5 | 0.32 | 0.9 |
| Hex | EE | DE | E8 | 0 | 7 | 3 | 7 | 142 | 20 | 5A |
| Octal | 356 | 336 | 350 | 0 | 7 | 3 | 7 | 502 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11101000 | 0 | 111 | 11 | 111 | 101000010 | 100000 | 1011010 |
Color Harmonies of #EEDEE8
Complementary color
Monochromatic Colors of #EEDEE8
Black with #EEDEE8
Text Example
Text Example
White with #EEDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEE8; }
p { color: rgb(238,222,232); }
H1.HeaderClassName
{
color: #EEDEE8;
}
.AnyTagClassName
{
color: #EEDEE8;
}
</style>
background-color css
<style>
a { background-color: #EEDEE8; }
a { background-color: rgb(238,222,232); }
div.DivClassName
{
background-color: #EEDEE8;
}
.BgClassName
{
background-color: #EEDEE8;
}
</style>
border-color css
<style>
span { border-color: #EEDEE8; }
span { border-color: rgb(238,222,232); }
td.TdClassName
{
border-color: #EEDEE8;
}
.TagClassName
{
border-color: #EEDEE8;
}
</style>