Shades of Pig Pink #EEDBE4
Tints of Pig Pink #EEDBE4
RGB
CMYK
RGB Variations
Color information
#EEDBE4 (or 0xEEDBE4) is known color: Pig Pink. HEX triplet: EE, DB and E4. RGB value is (238,219,228). Sum of RGB (Red+Green+Blue) = 238+219+228=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE4 is #11241B. Grayscale: #E1E1E1. Windows color (decimal): -1123356 or 14998510. OLE color: 14998510.
HSL color Cylindrical-coordinate representation of color #EEDBE4: hue angle of 331.58º 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 #EEDBE4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 228 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.07 |
| HSL | 331.58º | 0.36% | 0.9% | - |
| HSV(B) | 331.58º | 0.08% | 0.93% | - |
| XYZ | 74.6 | 74.44 | 83.84 | - |
| YUV | 225.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 228 | 0 | 0.08 | 0.04 | 0.07 | 331.58 | 0.36 | 0.9 |
| Hex | EE | DB | E4 | 0 | 8 | 4 | 7 | 14C | 24 | 5A |
| Octal | 356 | 333 | 344 | 0 | 10 | 4 | 7 | 514 | 44 | 132 |
| Binary | 11101110 | 11011011 | 11100100 | 0 | 1000 | 100 | 111 | 101001100 | 100100 | 1011010 |
Color Harmonies of #EEDBE4
Complementary color
Monochromatic Colors of #EEDBE4
Black with #EEDBE4
Text Example
Text Example
White with #EEDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBE4; }
p { color: rgb(238,219,228); }
H1.HeaderClassName
{
color: #EEDBE4;
}
.AnyTagClassName
{
color: #EEDBE4;
}
</style>
background-color css
<style>
a { background-color: #EEDBE4; }
a { background-color: rgb(238,219,228); }
div.DivClassName
{
background-color: #EEDBE4;
}
.BgClassName
{
background-color: #EEDBE4;
}
</style>
border-color css
<style>
span { border-color: #EEDBE4; }
span { border-color: rgb(238,219,228); }
td.TdClassName
{
border-color: #EEDBE4;
}
.TagClassName
{
border-color: #EEDBE4;
}
</style>