Shades of Pig Pink #EEDAE2
Tints of Pig Pink #EEDAE2
RGB
CMYK
RGB Variations
Color information
#EEDAE2 (or 0xEEDAE2) is known color: Pig Pink. HEX triplet: EE, DA and E2. RGB value is (238,218,226). Sum of RGB (Red+Green+Blue) = 238+218+226=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE2 is #11251D. Grayscale: #E0E0E0. Windows color (decimal): -1123614 or 14867182. OLE color: 14867182.
HSL color Cylindrical-coordinate representation of color #EEDAE2: hue angle of 336º 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 #EEDAE2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 218 | 226 | - |
CMYK | 0 | 0.08 | 0.05 | 0.07 |
HSL | 336º | 0.37% | 0.89% | - |
HSV(B) | 336º | 0.08% | 0.93% | - |
XYZ | 74.06 | 73.81 | 82.3 | - |
YUV | 224.89 | 128.63 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 218 | 226 | 0 | 0.08 | 0.05 | 0.07 | 336 | 0.37 | 0.89 |
Hex | EE | DA | E2 | 0 | 8 | 5 | 7 | 150 | 25 | 59 |
Octal | 356 | 332 | 342 | 0 | 10 | 5 | 7 | 520 | 45 | 131 |
Binary | 11101110 | 11011010 | 11100010 | 0 | 1000 | 101 | 111 | 101010000 | 100101 | 1011001 |
Color Harmonies of #EEDAE2
Complementary color
Monochromatic Colors of #EEDAE2
Black with #EEDAE2
Text Example
Text Example
White with #EEDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE2; }
p { color: rgb(238,218,226); }
H1.HeaderClassName
{
color: #EEDAE2;
}
.AnyTagClassName
{
color: #EEDAE2;
}
</style>
background-color css
<style>
a { background-color: #EEDAE2; }
a { background-color: rgb(238,218,226); }
div.DivClassName
{
background-color: #EEDAE2;
}
.BgClassName
{
background-color: #EEDAE2;
}
</style>
border-color css
<style>
span { border-color: #EEDAE2; }
span { border-color: rgb(238,218,226); }
td.TdClassName
{
border-color: #EEDAE2;
}
.TagClassName
{
border-color: #EEDAE2;
}
</style>