Shades of Pig Pink #EEDAE3
Tints of Pig Pink #EEDAE3
RGB
CMYK
RGB Variations
Color information
#EEDAE3 (or 0xEEDAE3) is known color: Pig Pink. HEX triplet: EE, DA and E3. RGB value is (238,218,227). Sum of RGB (Red+Green+Blue) = 238+218+227=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE3 is #11251C. Grayscale: #E0E0E0. Windows color (decimal): -1123613 or 14932718. OLE color: 14932718.
HSL color Cylindrical-coordinate representation of color #EEDAE3: hue angle of 333º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDAE3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 227 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 333º | 0.37% | 0.89% | - |
| HSV(B) | 333º | 0.08% | 0.93% | - |
| XYZ | 74.2 | 73.87 | 83.02 | - |
| YUV | 225.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 227 | 0 | 0.08 | 0.05 | 0.07 | 333 | 0.37 | 0.89 |
| Hex | EE | DA | E3 | 0 | 8 | 5 | 7 | 14D | 25 | 59 |
| Octal | 356 | 332 | 343 | 0 | 10 | 5 | 7 | 515 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11100011 | 0 | 1000 | 101 | 111 | 101001101 | 100101 | 1011001 |
Color Harmonies of #EEDAE3
Complementary color
Monochromatic Colors of #EEDAE3
Black with #EEDAE3
Text Example
Text Example
White with #EEDAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE3; }
p { color: rgb(238,218,227); }
H1.HeaderClassName
{
color: #EEDAE3;
}
.AnyTagClassName
{
color: #EEDAE3;
}
</style>
background-color css
<style>
a { background-color: #EEDAE3; }
a { background-color: rgb(238,218,227); }
div.DivClassName
{
background-color: #EEDAE3;
}
.BgClassName
{
background-color: #EEDAE3;
}
</style>
border-color css
<style>
span { border-color: #EEDAE3; }
span { border-color: rgb(238,218,227); }
td.TdClassName
{
border-color: #EEDAE3;
}
.TagClassName
{
border-color: #EEDAE3;
}
</style>