Shades of Prim #E6E0E4
Tints of Prim #E6E0E4
RGB
CMYK
RGB Variations
Color information
#E6E0E4 (or 0xE6E0E4) is known color: Prim. HEX triplet: E6, E0 and E4. RGB value is (230,224,228). Sum of RGB (Red+Green+Blue) = 230+224+228=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0E4 is #191F1B. Grayscale: #E2E2E2. Windows color (decimal): -1646364 or 14999782. OLE color: 14999782.
HSL color Cylindrical-coordinate representation of color #E6E0E4: hue angle of 320º degrees, saturation: 0.11, 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 #E6E0E4 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 228 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.10 |
| HSL | 320º | 0.11% | 0.89% | - |
| HSV(B) | 320º | 0.03% | 0.9% | - |
| XYZ | 73.29 | 75.74 | 84.15 | - |
| YUV | 226.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 228 | 0 | 0.03 | 0.01 | 0.10 | 320 | 0.11 | 0.89 |
| Hex | E6 | E0 | E4 | 0 | 3 | 1 | A | 140 | B | 59 |
| Octal | 346 | 340 | 344 | 0 | 3 | 1 | 12 | 500 | 13 | 131 |
| Binary | 11100110 | 11100000 | 11100100 | 0 | 11 | 1 | 1010 | 101000000 | 1011 | 1011001 |
Color Harmonies of #E6E0E4
Complementary color
Monochromatic Colors of #E6E0E4
Black with #E6E0E4
Text Example
Text Example
White with #E6E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E0E4; }
p { color: rgb(230,224,228); }
H1.HeaderClassName
{
color: #E6E0E4;
}
.AnyTagClassName
{
color: #E6E0E4;
}
</style>
background-color css
<style>
a { background-color: #E6E0E4; }
a { background-color: rgb(230,224,228); }
div.DivClassName
{
background-color: #E6E0E4;
}
.BgClassName
{
background-color: #E6E0E4;
}
</style>
border-color css
<style>
span { border-color: #E6E0E4; }
span { border-color: rgb(230,224,228); }
td.TdClassName
{
border-color: #E6E0E4;
}
.TagClassName
{
border-color: #E6E0E4;
}
</style>