Shades of Prim #E8C0D0
Tints of Prim #E8C0D0
RGB
CMYK
RGB Variations
Color information
#E8C0D0 (or 0xE8C0D0) is known color: Prim. HEX triplet: E8, C0 and D0. RGB value is (232,192,208). Sum of RGB (Red+Green+Blue) = 232+192+208=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0D0 is #173F2F. Grayscale: #CDCDCD. Windows color (decimal): -1523504 or 13680872. OLE color: 13680872.
HSL color Cylindrical-coordinate representation of color #E8C0D0: hue angle of 336º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8C0D0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 208 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.09 |
| HSL | 336º | 0.47% | 0.83% | - |
| HSV(B) | 336º | 0.17% | 0.91% | - |
| XYZ | 63.51 | 59.41 | 67.79 | - |
| YUV | 205.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 208 | 0 | 0.17 | 0.10 | 0.09 | 336 | 0.47 | 0.83 |
| Hex | E8 | C0 | D0 | 0 | 11 | A | 9 | 150 | 2F | 53 |
| Octal | 350 | 300 | 320 | 0 | 21 | 12 | 11 | 520 | 57 | 123 |
| Binary | 11101000 | 11000000 | 11010000 | 0 | 10001 | 1010 | 1001 | 101010000 | 101111 | 1010011 |
Color Harmonies of #E8C0D0
Complementary color
Monochromatic Colors of #E8C0D0
Black with #E8C0D0
Text Example
Text Example
White with #E8C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C0D0; }
p { color: rgb(232,192,208); }
H1.HeaderClassName
{
color: #E8C0D0;
}
.AnyTagClassName
{
color: #E8C0D0;
}
</style>
background-color css
<style>
a { background-color: #E8C0D0; }
a { background-color: rgb(232,192,208); }
div.DivClassName
{
background-color: #E8C0D0;
}
.BgClassName
{
background-color: #E8C0D0;
}
</style>
border-color css
<style>
span { border-color: #E8C0D0; }
span { border-color: rgb(232,192,208); }
td.TdClassName
{
border-color: #E8C0D0;
}
.TagClassName
{
border-color: #E8C0D0;
}
</style>