Shades of Prim #E8C5D0
Tints of Prim #E8C5D0
RGB
CMYK
RGB Variations
Color information
#E8C5D0 (or 0xE8C5D0) is known color: Prim. HEX triplet: E8, C5 and D0. RGB value is (232,197,208). Sum of RGB (Red+Green+Blue) = 232+197+208=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5D0 is #173A2F. Grayscale: #D0D0D0. Windows color (decimal): -1522224 or 13682152. OLE color: 13682152.
HSL color Cylindrical-coordinate representation of color #E8C5D0: hue angle of 341.14º 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 #E8C5D0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 208 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.09 |
| HSL | 341.14º | 0.43% | 0.84% | - |
| HSV(B) | 341.14º | 0.15% | 0.91% | - |
| XYZ | 64.63 | 61.64 | 68.17 | - |
| YUV | 208.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 208 | 0 | 0.15 | 0.10 | 0.09 | 341.14 | 0.43 | 0.84 |
| Hex | E8 | C5 | D0 | 0 | F | A | 9 | 155 | 2B | 54 |
| Octal | 350 | 305 | 320 | 0 | 17 | 12 | 11 | 525 | 53 | 124 |
| Binary | 11101000 | 11000101 | 11010000 | 0 | 1111 | 1010 | 1001 | 101010101 | 101011 | 1010100 |
Color Harmonies of #E8C5D0
Complementary color
Monochromatic Colors of #E8C5D0
Black with #E8C5D0
Text Example
Text Example
White with #E8C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5D0; }
p { color: rgb(232,197,208); }
H1.HeaderClassName
{
color: #E8C5D0;
}
.AnyTagClassName
{
color: #E8C5D0;
}
</style>
background-color css
<style>
a { background-color: #E8C5D0; }
a { background-color: rgb(232,197,208); }
div.DivClassName
{
background-color: #E8C5D0;
}
.BgClassName
{
background-color: #E8C5D0;
}
</style>
border-color css
<style>
span { border-color: #E8C5D0; }
span { border-color: rgb(232,197,208); }
td.TdClassName
{
border-color: #E8C5D0;
}
.TagClassName
{
border-color: #E8C5D0;
}
</style>