Shades of Prim #E8C6D0
Tints of Prim #E8C6D0
RGB
CMYK
RGB Variations
Color information
#E8C6D0 (or 0xE8C6D0) is known color: Prim. HEX triplet: E8, C6 and D0. RGB value is (232,198,208). Sum of RGB (Red+Green+Blue) = 232+198+208=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6D0 is #17392F. Grayscale: #D1D1D1. Windows color (decimal): -1521968 or 13682408. OLE color: 13682408.
HSL color Cylindrical-coordinate representation of color #E8C6D0: hue angle of 342.35º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C6D0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 208 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.09 |
| HSL | 342.35º | 0.43% | 0.84% | - |
| HSV(B) | 342.35º | 0.15% | 0.91% | - |
| XYZ | 64.86 | 62.1 | 68.24 | - |
| YUV | 209.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 208 | 0 | 0.15 | 0.10 | 0.09 | 342.35 | 0.43 | 0.84 |
| Hex | E8 | C6 | D0 | 0 | F | A | 9 | 156 | 2A | 54 |
| Octal | 350 | 306 | 320 | 0 | 17 | 12 | 11 | 526 | 52 | 124 |
| Binary | 11101000 | 11000110 | 11010000 | 0 | 1111 | 1010 | 1001 | 101010110 | 101010 | 1010100 |
Color Harmonies of #E8C6D0
Complementary color
Monochromatic Colors of #E8C6D0
Black with #E8C6D0
Text Example
Text Example
White with #E8C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C6D0; }
p { color: rgb(232,198,208); }
H1.HeaderClassName
{
color: #E8C6D0;
}
.AnyTagClassName
{
color: #E8C6D0;
}
</style>
background-color css
<style>
a { background-color: #E8C6D0; }
a { background-color: rgb(232,198,208); }
div.DivClassName
{
background-color: #E8C6D0;
}
.BgClassName
{
background-color: #E8C6D0;
}
</style>
border-color css
<style>
span { border-color: #E8C6D0; }
span { border-color: rgb(232,198,208); }
td.TdClassName
{
border-color: #E8C6D0;
}
.TagClassName
{
border-color: #E8C6D0;
}
</style>