Shades of Prim #E2C5CC
Tints of Prim #E2C5CC
RGB
CMYK
RGB Variations
Color information
#E2C5CC (or 0xE2C5CC) is known color: Prim. HEX triplet: E2, C5 and CC. RGB value is (226,197,204). Sum of RGB (Red+Green+Blue) = 226+197+204=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C5CC is #1D3A33. Grayscale: #CECECE. Windows color (decimal): -1915444 or 13420002. OLE color: 13420002.
HSL color Cylindrical-coordinate representation of color #E2C5CC: hue angle of 345.52º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2C5CC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 204 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.11 |
| HSL | 345.52º | 0.33% | 0.83% | - |
| HSV(B) | 345.52º | 0.13% | 0.89% | - |
| XYZ | 62.23 | 60.46 | 65.52 | - |
| YUV | 206.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 204 | 0 | 0.13 | 0.10 | 0.11 | 345.52 | 0.33 | 0.83 |
| Hex | E2 | C5 | CC | 0 | D | A | B | 15A | 21 | 53 |
| Octal | 342 | 305 | 314 | 0 | 15 | 12 | 13 | 532 | 41 | 123 |
| Binary | 11100010 | 11000101 | 11001100 | 0 | 1101 | 1010 | 1011 | 101011010 | 100001 | 1010011 |
Color Harmonies of #E2C5CC
Complementary color
Monochromatic Colors of #E2C5CC
Black with #E2C5CC
Text Example
Text Example
White with #E2C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5CC; }
p { color: rgb(226,197,204); }
H1.HeaderClassName
{
color: #E2C5CC;
}
.AnyTagClassName
{
color: #E2C5CC;
}
</style>
background-color css
<style>
a { background-color: #E2C5CC; }
a { background-color: rgb(226,197,204); }
div.DivClassName
{
background-color: #E2C5CC;
}
.BgClassName
{
background-color: #E2C5CC;
}
</style>
border-color css
<style>
span { border-color: #E2C5CC; }
span { border-color: rgb(226,197,204); }
td.TdClassName
{
border-color: #E2C5CC;
}
.TagClassName
{
border-color: #E2C5CC;
}
</style>