Shades of Prim #E9C0D1
Tints of Prim #E9C0D1
RGB
CMYK
RGB Variations
Color information
#E9C0D1 (or 0xE9C0D1) is known color: Prim. HEX triplet: E9, C0 and D1. RGB value is (233,192,209). Sum of RGB (Red+Green+Blue) = 233+192+209=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0D1 is #163F2E. Grayscale: #CECECE. Windows color (decimal): -1457967 or 13746409. OLE color: 13746409.
HSL color Cylindrical-coordinate representation of color #E9C0D1: hue angle of 335.12º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0D1 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 209 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.09 |
| HSL | 335.12º | 0.48% | 0.83% | - |
| HSV(B) | 335.12º | 0.18% | 0.91% | - |
| XYZ | 63.96 | 59.63 | 68.46 | - |
| YUV | 206.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 209 | 0 | 0.18 | 0.10 | 0.09 | 335.12 | 0.48 | 0.83 |
| Hex | E9 | C0 | D1 | 0 | 12 | A | 9 | 14F | 30 | 53 |
| Octal | 351 | 300 | 321 | 0 | 22 | 12 | 11 | 517 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11010001 | 0 | 10010 | 1010 | 1001 | 101001111 | 110000 | 1010011 |
Color Harmonies of #E9C0D1
Complementary color
Monochromatic Colors of #E9C0D1
Black with #E9C0D1
Text Example
Text Example
White with #E9C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0D1; }
p { color: rgb(233,192,209); }
H1.HeaderClassName
{
color: #E9C0D1;
}
.AnyTagClassName
{
color: #E9C0D1;
}
</style>
background-color css
<style>
a { background-color: #E9C0D1; }
a { background-color: rgb(233,192,209); }
div.DivClassName
{
background-color: #E9C0D1;
}
.BgClassName
{
background-color: #E9C0D1;
}
</style>
border-color css
<style>
span { border-color: #E9C0D1; }
span { border-color: rgb(233,192,209); }
td.TdClassName
{
border-color: #E9C0D1;
}
.TagClassName
{
border-color: #E9C0D1;
}
</style>