Shades of Fair Pink #E7E1DE
Tints of Fair Pink #E7E1DE
RGB
CMYK
RGB Variations
Color information
#E7E1DE (or 0xE7E1DE) is known color: Fair Pink. HEX triplet: E7, E1 and DE. RGB value is (231,225,222). Sum of RGB (Red+Green+Blue) = 231+225+222=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1DE is #181E21. Grayscale: #E2E2E2. Windows color (decimal): -1580578 or 14606823. OLE color: 14606823.
HSL color Cylindrical-coordinate representation of color #E7E1DE: hue angle of 20º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7E1DE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 222 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.09 |
| HSL | 20º | 0.16% | 0.89% | - |
| HSV(B) | 20º | 0.04% | 0.91% | - |
| XYZ | 73.07 | 76.11 | 79.95 | - |
| YUV | 226.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 222 | 0 | 0.03 | 0.04 | 0.09 | 20 | 0.16 | 0.89 |
| Hex | E7 | E1 | DE | 0 | 3 | 4 | 9 | 14 | 10 | 59 |
| Octal | 347 | 341 | 336 | 0 | 3 | 4 | 11 | 24 | 20 | 131 |
| Binary | 11100111 | 11100001 | 11011110 | 0 | 11 | 100 | 1001 | 10100 | 10000 | 1011001 |
Color Harmonies of #E7E1DE
Complementary color
Monochromatic Colors of #E7E1DE
Black with #E7E1DE
Text Example
Text Example
White with #E7E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1DE; }
p { color: rgb(231,225,222); }
H1.HeaderClassName
{
color: #E7E1DE;
}
.AnyTagClassName
{
color: #E7E1DE;
}
</style>
background-color css
<style>
a { background-color: #E7E1DE; }
a { background-color: rgb(231,225,222); }
div.DivClassName
{
background-color: #E7E1DE;
}
.BgClassName
{
background-color: #E7E1DE;
}
</style>
border-color css
<style>
span { border-color: #E7E1DE; }
span { border-color: rgb(231,225,222); }
td.TdClassName
{
border-color: #E7E1DE;
}
.TagClassName
{
border-color: #E7E1DE;
}
</style>