Shades of Prim #E9C3D0
Tints of Prim #E9C3D0
RGB
CMYK
RGB Variations
Color information
#E9C3D0 (or 0xE9C3D0) is known color: Prim. HEX triplet: E9, C3 and D0. RGB value is (233,195,208). Sum of RGB (Red+Green+Blue) = 233+195+208=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C3D0 is #163C2F. Grayscale: #CFCFCF. Windows color (decimal): -1457200 or 13681641. OLE color: 13681641.
HSL color Cylindrical-coordinate representation of color #E9C3D0: hue angle of 339.47º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C3D0 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 208 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.09 |
| HSL | 339.47º | 0.46% | 0.84% | - |
| HSV(B) | 339.47º | 0.16% | 0.91% | - |
| XYZ | 64.5 | 60.91 | 68.03 | - |
| YUV | 207.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 208 | 0 | 0.16 | 0.11 | 0.09 | 339.47 | 0.46 | 0.84 |
| Hex | E9 | C3 | D0 | 0 | 10 | B | 9 | 153 | 2E | 54 |
| Octal | 351 | 303 | 320 | 0 | 20 | 13 | 11 | 523 | 56 | 124 |
| Binary | 11101001 | 11000011 | 11010000 | 0 | 10000 | 1011 | 1001 | 101010011 | 101110 | 1010100 |
Color Harmonies of #E9C3D0
Complementary color
Monochromatic Colors of #E9C3D0
Black with #E9C3D0
Text Example
Text Example
White with #E9C3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3D0; }
p { color: rgb(233,195,208); }
H1.HeaderClassName
{
color: #E9C3D0;
}
.AnyTagClassName
{
color: #E9C3D0;
}
</style>
background-color css
<style>
a { background-color: #E9C3D0; }
a { background-color: rgb(233,195,208); }
div.DivClassName
{
background-color: #E9C3D0;
}
.BgClassName
{
background-color: #E9C3D0;
}
</style>
border-color css
<style>
span { border-color: #E9C3D0; }
span { border-color: rgb(233,195,208); }
td.TdClassName
{
border-color: #E9C3D0;
}
.TagClassName
{
border-color: #E9C3D0;
}
</style>