Shades of Pig Pink #EEDEE7
Tints of Pig Pink #EEDEE7
RGB
CMYK
RGB Variations
Color information
#EEDEE7 (or 0xEEDEE7) is known color: Pig Pink. HEX triplet: EE, DE and E7. RGB value is (238,222,231). Sum of RGB (Red+Green+Blue) = 238+222+231=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEE7 is #112118. Grayscale: #E3E3E3. Windows color (decimal): -1122585 or 15195886. OLE color: 15195886.
HSL color Cylindrical-coordinate representation of color #EEDEE7: hue angle of 326.25º 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 #EEDEE7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 231 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.07 |
| HSL | 326.25º | 0.32% | 0.9% | - |
| HSV(B) | 326.25º | 0.07% | 0.93% | - |
| XYZ | 75.8 | 76.19 | 86.31 | - |
| YUV | 227.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 231 | 0 | 0.07 | 0.03 | 0.07 | 326.25 | 0.32 | 0.9 |
| Hex | EE | DE | E7 | 0 | 7 | 3 | 7 | 146 | 20 | 5A |
| Octal | 356 | 336 | 347 | 0 | 7 | 3 | 7 | 506 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11100111 | 0 | 111 | 11 | 111 | 101000110 | 100000 | 1011010 |
Color Harmonies of #EEDEE7
Complementary color
Monochromatic Colors of #EEDEE7
Black with #EEDEE7
Text Example
Text Example
White with #EEDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEE7; }
p { color: rgb(238,222,231); }
H1.HeaderClassName
{
color: #EEDEE7;
}
.AnyTagClassName
{
color: #EEDEE7;
}
</style>
background-color css
<style>
a { background-color: #EEDEE7; }
a { background-color: rgb(238,222,231); }
div.DivClassName
{
background-color: #EEDEE7;
}
.BgClassName
{
background-color: #EEDEE7;
}
</style>
border-color css
<style>
span { border-color: #EEDEE7; }
span { border-color: rgb(238,222,231); }
td.TdClassName
{
border-color: #EEDEE7;
}
.TagClassName
{
border-color: #EEDEE7;
}
</style>