Shades of Pig Pink #EEDCE6
Tints of Pig Pink #EEDCE6
RGB
CMYK
RGB Variations
Color information
#EEDCE6 (or 0xEEDCE6) is known color: Pig Pink. HEX triplet: EE, DC and E6. RGB value is (238,220,230). Sum of RGB (Red+Green+Blue) = 238+220+230=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE6 is #112319. Grayscale: #E2E2E2. Windows color (decimal): -1123098 or 15129838. OLE color: 15129838.
HSL color Cylindrical-coordinate representation of color #EEDCE6: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 230 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 326.67º | 0.35% | 0.9% | - |
| HSV(B) | 326.67º | 0.08% | 0.93% | - |
| XYZ | 75.14 | 75.08 | 85.39 | - |
| YUV | 226.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 230 | 0 | 0.08 | 0.03 | 0.07 | 326.67 | 0.35 | 0.9 |
| Hex | EE | DC | E6 | 0 | 8 | 3 | 7 | 147 | 23 | 5A |
| Octal | 356 | 334 | 346 | 0 | 10 | 3 | 7 | 507 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11100110 | 0 | 1000 | 11 | 111 | 101000111 | 100011 | 1011010 |
Color Harmonies of #EEDCE6
Complementary color
Monochromatic Colors of #EEDCE6
Black with #EEDCE6
Text Example
Text Example
White with #EEDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCE6; }
p { color: rgb(238,220,230); }
H1.HeaderClassName
{
color: #EEDCE6;
}
.AnyTagClassName
{
color: #EEDCE6;
}
</style>
background-color css
<style>
a { background-color: #EEDCE6; }
a { background-color: rgb(238,220,230); }
div.DivClassName
{
background-color: #EEDCE6;
}
.BgClassName
{
background-color: #EEDCE6;
}
</style>
border-color css
<style>
span { border-color: #EEDCE6; }
span { border-color: rgb(238,220,230); }
td.TdClassName
{
border-color: #EEDCE6;
}
.TagClassName
{
border-color: #EEDCE6;
}
</style>