Shades of Prim #E8C6CF
Tints of Prim #E8C6CF
RGB
CMYK
RGB Variations
Color information
#E8C6CF (or 0xE8C6CF) is known color: Prim. HEX triplet: E8, C6 and CF. RGB value is (232,198,207). Sum of RGB (Red+Green+Blue) = 232+198+207=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6CF is #173930. Grayscale: #D1D1D1. Windows color (decimal): -1521969 or 13616872. OLE color: 13616872.
HSL color Cylindrical-coordinate representation of color #E8C6CF: hue angle of 344.12º 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 #E8C6CF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 207 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.09 |
| HSL | 344.12º | 0.43% | 0.84% | - |
| HSV(B) | 344.12º | 0.15% | 0.91% | - |
| XYZ | 64.74 | 62.05 | 67.6 | - |
| YUV | 209.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 207 | 0 | 0.15 | 0.11 | 0.09 | 344.12 | 0.43 | 0.84 |
| Hex | E8 | C6 | CF | 0 | F | B | 9 | 158 | 2A | 54 |
| Octal | 350 | 306 | 317 | 0 | 17 | 13 | 11 | 530 | 52 | 124 |
| Binary | 11101000 | 11000110 | 11001111 | 0 | 1111 | 1011 | 1001 | 101011000 | 101010 | 1010100 |
Color Harmonies of #E8C6CF
Complementary color
Monochromatic Colors of #E8C6CF
Black with #E8C6CF
Text Example
Text Example
White with #E8C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C6CF; }
p { color: rgb(232,198,207); }
H1.HeaderClassName
{
color: #E8C6CF;
}
.AnyTagClassName
{
color: #E8C6CF;
}
</style>
background-color css
<style>
a { background-color: #E8C6CF; }
a { background-color: rgb(232,198,207); }
div.DivClassName
{
background-color: #E8C6CF;
}
.BgClassName
{
background-color: #E8C6CF;
}
</style>
border-color css
<style>
span { border-color: #E8C6CF; }
span { border-color: rgb(232,198,207); }
td.TdClassName
{
border-color: #E8C6CF;
}
.TagClassName
{
border-color: #E8C6CF;
}
</style>