Shades of Fair Pink #E5E1DF
Tints of Fair Pink #E5E1DF
RGB
CMYK
RGB Variations
Color information
#E5E1DF (or 0xE5E1DF) is known color: Fair Pink. HEX triplet: E5, E1 and DF. RGB value is (229,225,223). Sum of RGB (Red+Green+Blue) = 229+225+223=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DF is #1A1E20. Grayscale: #E1E1E1. Windows color (decimal): -1711649 or 14672357. OLE color: 14672357.
HSL color Cylindrical-coordinate representation of color #E5E1DF: hue angle of 20º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E1DF is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 223 | - |
CMYK | 0 | 0.02 | 0.03 | 0.10 |
HSL | 20º | 0.1% | 0.89% | - |
HSV(B) | 20º | 0.03% | 0.9% | - |
XYZ | 72.56 | 75.84 | 80.63 | - |
YUV | 225.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 223 | 0 | 0.02 | 0.03 | 0.10 | 20 | 0.1 | 0.89 |
Hex | E5 | E1 | DF | 0 | 2 | 3 | A | 14 | A | 59 |
Octal | 345 | 341 | 337 | 0 | 2 | 3 | 12 | 24 | 12 | 131 |
Binary | 11100101 | 11100001 | 11011111 | 0 | 10 | 11 | 1010 | 10100 | 1010 | 1011001 |
Color Harmonies of #E5E1DF
Complementary color
Monochromatic Colors of #E5E1DF
Black with #E5E1DF
Text Example
Text Example
White with #E5E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1DF; }
p { color: rgb(229,225,223); }
H1.HeaderClassName
{
color: #E5E1DF;
}
.AnyTagClassName
{
color: #E5E1DF;
}
</style>
background-color css
<style>
a { background-color: #E5E1DF; }
a { background-color: rgb(229,225,223); }
div.DivClassName
{
background-color: #E5E1DF;
}
.BgClassName
{
background-color: #E5E1DF;
}
</style>
border-color css
<style>
span { border-color: #E5E1DF; }
span { border-color: rgb(229,225,223); }
td.TdClassName
{
border-color: #E5E1DF;
}
.TagClassName
{
border-color: #E5E1DF;
}
</style>