Shades of Prim #E5E1E3
Tints of Prim #E5E1E3
RGB
CMYK
RGB Variations
Color information
#E5E1E3 (or 0xE5E1E3) is known color: Prim. HEX triplet: E5, E1 and E3. RGB value is (229,225,227). Sum of RGB (Red+Green+Blue) = 229+225+227=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1E3 is #1A1E1C. Grayscale: #E2E2E2. Windows color (decimal): -1711645 or 14934501. OLE color: 14934501.
HSL color Cylindrical-coordinate representation of color #E5E1E3: hue angle of 330º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E1E3 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 227 | - |
CMYK | 0 | 0.02 | 0.01 | 0.10 |
HSL | 330º | 0.07% | 0.89% | - |
HSV(B) | 330º | 0.02% | 0.9% | - |
XYZ | 73.1 | 76.05 | 83.5 | - |
YUV | 226.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 227 | 0 | 0.02 | 0.01 | 0.10 | 330 | 0.07 | 0.89 |
Hex | E5 | E1 | E3 | 0 | 2 | 1 | A | 14A | 7 | 59 |
Octal | 345 | 341 | 343 | 0 | 2 | 1 | 12 | 512 | 7 | 131 |
Binary | 11100101 | 11100001 | 11100011 | 0 | 10 | 1 | 1010 | 101001010 | 111 | 1011001 |
Color Harmonies of #E5E1E3
Complementary color
Monochromatic Colors of #E5E1E3
Black with #E5E1E3
Text Example
Text Example
White with #E5E1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1E3; }
p { color: rgb(229,225,227); }
H1.HeaderClassName
{
color: #E5E1E3;
}
.AnyTagClassName
{
color: #E5E1E3;
}
</style>
background-color css
<style>
a { background-color: #E5E1E3; }
a { background-color: rgb(229,225,227); }
div.DivClassName
{
background-color: #E5E1E3;
}
.BgClassName
{
background-color: #E5E1E3;
}
</style>
border-color css
<style>
span { border-color: #E5E1E3; }
span { border-color: rgb(229,225,227); }
td.TdClassName
{
border-color: #E5E1E3;
}
.TagClassName
{
border-color: #E5E1E3;
}
</style>