Shades of Prim #E5C4D0
Tints of Prim #E5C4D0
RGB
CMYK
RGB Variations
Color information
#E5C4D0 (or 0xE5C4D0) is known color: Prim. HEX triplet: E5, C4 and D0. RGB value is (229,196,208). Sum of RGB (Red+Green+Blue) = 229+196+208=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4D0 is #1A3B2F. Grayscale: #CFCFCF. Windows color (decimal): -1719088 or 13681893. OLE color: 13681893.
HSL color Cylindrical-coordinate representation of color #E5C4D0: hue angle of 338.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C4D0 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 208 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.10 |
| HSL | 338.18º | 0.39% | 0.83% | - |
| HSV(B) | 338.18º | 0.14% | 0.9% | - |
| XYZ | 63.44 | 60.69 | 68.05 | - |
| YUV | 207.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 208 | 0 | 0.14 | 0.09 | 0.10 | 338.18 | 0.39 | 0.83 |
| Hex | E5 | C4 | D0 | 0 | E | 9 | A | 152 | 27 | 53 |
| Octal | 345 | 304 | 320 | 0 | 16 | 11 | 12 | 522 | 47 | 123 |
| Binary | 11100101 | 11000100 | 11010000 | 0 | 1110 | 1001 | 1010 | 101010010 | 100111 | 1010011 |
Color Harmonies of #E5C4D0
Complementary color
Monochromatic Colors of #E5C4D0
Black with #E5C4D0
Text Example
Text Example
White with #E5C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4D0; }
p { color: rgb(229,196,208); }
H1.HeaderClassName
{
color: #E5C4D0;
}
.AnyTagClassName
{
color: #E5C4D0;
}
</style>
background-color css
<style>
a { background-color: #E5C4D0; }
a { background-color: rgb(229,196,208); }
div.DivClassName
{
background-color: #E5C4D0;
}
.BgClassName
{
background-color: #E5C4D0;
}
</style>
border-color css
<style>
span { border-color: #E5C4D0; }
span { border-color: rgb(229,196,208); }
td.TdClassName
{
border-color: #E5C4D0;
}
.TagClassName
{
border-color: #E5C4D0;
}
</style>