Shades of Prim #E7C0CF
Tints of Prim #E7C0CF
RGB
CMYK
RGB Variations
Color information
#E7C0CF (or 0xE7C0CF) is known color: Prim. HEX triplet: E7, C0 and CF. RGB value is (231,192,207). Sum of RGB (Red+Green+Blue) = 231+192+207=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0CF is #183F30. Grayscale: #CDCDCD. Windows color (decimal): -1589041 or 13615335. OLE color: 13615335.
HSL color Cylindrical-coordinate representation of color #E7C0CF: hue angle of 336.92º degrees, saturation: 0.45, 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 #E7C0CF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 207 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.09 |
| HSL | 336.92º | 0.45% | 0.83% | - |
| HSV(B) | 336.92º | 0.17% | 0.91% | - |
| XYZ | 63.07 | 59.19 | 67.13 | - |
| YUV | 205.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 207 | 0 | 0.17 | 0.10 | 0.09 | 336.92 | 0.45 | 0.83 |
| Hex | E7 | C0 | CF | 0 | 11 | A | 9 | 151 | 2D | 53 |
| Octal | 347 | 300 | 317 | 0 | 21 | 12 | 11 | 521 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11001111 | 0 | 10001 | 1010 | 1001 | 101010001 | 101101 | 1010011 |
Color Harmonies of #E7C0CF
Complementary color
Monochromatic Colors of #E7C0CF
Black with #E7C0CF
Text Example
Text Example
White with #E7C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0CF; }
p { color: rgb(231,192,207); }
H1.HeaderClassName
{
color: #E7C0CF;
}
.AnyTagClassName
{
color: #E7C0CF;
}
</style>
background-color css
<style>
a { background-color: #E7C0CF; }
a { background-color: rgb(231,192,207); }
div.DivClassName
{
background-color: #E7C0CF;
}
.BgClassName
{
background-color: #E7C0CF;
}
</style>
border-color css
<style>
span { border-color: #E7C0CF; }
span { border-color: rgb(231,192,207); }
td.TdClassName
{
border-color: #E7C0CF;
}
.TagClassName
{
border-color: #E7C0CF;
}
</style>