Shades of Pig Pink #EEDBE2
Tints of Pig Pink #EEDBE2
RGB
CMYK
RGB Variations
Color information
#EEDBE2 (or 0xEEDBE2) is known color: Pig Pink. HEX triplet: EE, DB and E2. RGB value is (238,219,226). Sum of RGB (Red+Green+Blue) = 238+219+226=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE2 is #11241D. Grayscale: #E1E1E1. Windows color (decimal): -1123358 or 14867438. OLE color: 14867438.
HSL color Cylindrical-coordinate representation of color #EEDBE2: hue angle of 337.89º degrees, saturation: 0.36, 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 #EEDBE2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 226 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 337.89º | 0.36% | 0.9% | - |
| HSV(B) | 337.89º | 0.08% | 0.93% | - |
| XYZ | 74.32 | 74.33 | 82.38 | - |
| YUV | 225.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 226 | 0 | 0.08 | 0.05 | 0.07 | 337.89 | 0.36 | 0.9 |
| Hex | EE | DB | E2 | 0 | 8 | 5 | 7 | 152 | 24 | 5A |
| Octal | 356 | 333 | 342 | 0 | 10 | 5 | 7 | 522 | 44 | 132 |
| Binary | 11101110 | 11011011 | 11100010 | 0 | 1000 | 101 | 111 | 101010010 | 100100 | 1011010 |
Color Harmonies of #EEDBE2
Complementary color
Monochromatic Colors of #EEDBE2
Black with #EEDBE2
Text Example
Text Example
White with #EEDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBE2; }
p { color: rgb(238,219,226); }
H1.HeaderClassName
{
color: #EEDBE2;
}
.AnyTagClassName
{
color: #EEDBE2;
}
</style>
background-color css
<style>
a { background-color: #EEDBE2; }
a { background-color: rgb(238,219,226); }
div.DivClassName
{
background-color: #EEDBE2;
}
.BgClassName
{
background-color: #EEDBE2;
}
</style>
border-color css
<style>
span { border-color: #EEDBE2; }
span { border-color: rgb(238,219,226); }
td.TdClassName
{
border-color: #EEDBE2;
}
.TagClassName
{
border-color: #EEDBE2;
}
</style>