Shades of Prim #E9C5CF
Tints of Prim #E9C5CF
RGB
CMYK
RGB Variations
Color information
#E9C5CF (or 0xE9C5CF) is known color: Prim. HEX triplet: E9, C5 and CF. RGB value is (233,197,207). Sum of RGB (Red+Green+Blue) = 233+197+207=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5CF is #163A30. Grayscale: #D0D0D0. Windows color (decimal): -1456689 or 13616617. OLE color: 13616617.
HSL color Cylindrical-coordinate representation of color #E9C5CF: hue angle of 343.33º degrees, saturation: 0.45, 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 #E9C5CF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 207 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.09 |
| HSL | 343.33º | 0.45% | 0.84% | - |
| HSV(B) | 343.33º | 0.15% | 0.91% | - |
| XYZ | 64.83 | 61.76 | 67.54 | - |
| YUV | 208.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 207 | 0 | 0.15 | 0.11 | 0.09 | 343.33 | 0.45 | 0.84 |
| Hex | E9 | C5 | CF | 0 | F | B | 9 | 157 | 2D | 54 |
| Octal | 351 | 305 | 317 | 0 | 17 | 13 | 11 | 527 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11001111 | 0 | 1111 | 1011 | 1001 | 101010111 | 101101 | 1010100 |
Color Harmonies of #E9C5CF
Complementary color
Monochromatic Colors of #E9C5CF
Black with #E9C5CF
Text Example
Text Example
White with #E9C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5CF; }
p { color: rgb(233,197,207); }
H1.HeaderClassName
{
color: #E9C5CF;
}
.AnyTagClassName
{
color: #E9C5CF;
}
</style>
background-color css
<style>
a { background-color: #E9C5CF; }
a { background-color: rgb(233,197,207); }
div.DivClassName
{
background-color: #E9C5CF;
}
.BgClassName
{
background-color: #E9C5CF;
}
</style>
border-color css
<style>
span { border-color: #E9C5CF; }
span { border-color: rgb(233,197,207); }
td.TdClassName
{
border-color: #E9C5CF;
}
.TagClassName
{
border-color: #E9C5CF;
}
</style>