Shades of Pig Pink #EEDBE5
Tints of Pig Pink #EEDBE5
RGB
CMYK
RGB Variations
Color information
#EEDBE5 (or 0xEEDBE5) is known color: Pig Pink. HEX triplet: EE, DB and E5. RGB value is (238,219,229). Sum of RGB (Red+Green+Blue) = 238+219+229=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE5 is #11241A. Grayscale: #E1E1E1. Windows color (decimal): -1123355 or 15064046. OLE color: 15064046.
HSL color Cylindrical-coordinate representation of color #EEDBE5: hue angle of 328.42º 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 #EEDBE5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 229 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.07 |
| HSL | 328.42º | 0.36% | 0.9% | - |
| HSV(B) | 328.42º | 0.08% | 0.93% | - |
| XYZ | 74.73 | 74.5 | 84.57 | - |
| YUV | 225.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 229 | 0 | 0.08 | 0.04 | 0.07 | 328.42 | 0.36 | 0.9 |
| Hex | EE | DB | E5 | 0 | 8 | 4 | 7 | 148 | 24 | 5A |
| Octal | 356 | 333 | 345 | 0 | 10 | 4 | 7 | 510 | 44 | 132 |
| Binary | 11101110 | 11011011 | 11100101 | 0 | 1000 | 100 | 111 | 101001000 | 100100 | 1011010 |
Color Harmonies of #EEDBE5
Complementary color
Monochromatic Colors of #EEDBE5
Black with #EEDBE5
Text Example
Text Example
White with #EEDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBE5; }
p { color: rgb(238,219,229); }
H1.HeaderClassName
{
color: #EEDBE5;
}
.AnyTagClassName
{
color: #EEDBE5;
}
</style>
background-color css
<style>
a { background-color: #EEDBE5; }
a { background-color: rgb(238,219,229); }
div.DivClassName
{
background-color: #EEDBE5;
}
.BgClassName
{
background-color: #EEDBE5;
}
</style>
border-color css
<style>
span { border-color: #EEDBE5; }
span { border-color: rgb(238,219,229); }
td.TdClassName
{
border-color: #EEDBE5;
}
.TagClassName
{
border-color: #EEDBE5;
}
</style>