Shades of Pig Pink #EEDFE8
Tints of Pig Pink #EEDFE8
RGB
CMYK
RGB Variations
Color information
#EEDFE8 (or 0xEEDFE8) is known color: Pig Pink. HEX triplet: EE, DF and E8. RGB value is (238,223,232). Sum of RGB (Red+Green+Blue) = 238+223+232=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFE8 is #112017. Grayscale: #E4E4E4. Windows color (decimal): -1122328 or 15261678. OLE color: 15261678.
HSL color Cylindrical-coordinate representation of color #EEDFE8: hue angle of 324º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFE8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 232 | - |
CMYK | 0 | 0.06 | 0.03 | 0.07 |
HSL | 324º | 0.31% | 0.9% | - |
HSV(B) | 324º | 0.06% | 0.93% | - |
XYZ | 76.21 | 76.78 | 87.15 | - |
YUV | 228.51 | 129.97 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 232 | 0 | 0.06 | 0.03 | 0.07 | 324 | 0.31 | 0.9 |
Hex | EE | DF | E8 | 0 | 6 | 3 | 7 | 144 | 1F | 5A |
Octal | 356 | 337 | 350 | 0 | 6 | 3 | 7 | 504 | 37 | 132 |
Binary | 11101110 | 11011111 | 11101000 | 0 | 110 | 11 | 111 | 101000100 | 11111 | 1011010 |
Color Harmonies of #EEDFE8
Complementary color
Monochromatic Colors of #EEDFE8
Black with #EEDFE8
Text Example
Text Example
White with #EEDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFE8; }
p { color: rgb(238,223,232); }
H1.HeaderClassName
{
color: #EEDFE8;
}
.AnyTagClassName
{
color: #EEDFE8;
}
</style>
background-color css
<style>
a { background-color: #EEDFE8; }
a { background-color: rgb(238,223,232); }
div.DivClassName
{
background-color: #EEDFE8;
}
.BgClassName
{
background-color: #EEDFE8;
}
</style>
border-color css
<style>
span { border-color: #EEDFE8; }
span { border-color: rgb(238,223,232); }
td.TdClassName
{
border-color: #EEDFE8;
}
.TagClassName
{
border-color: #EEDFE8;
}
</style>