Shades of Prim #E7C4D4
Tints of Prim #E7C4D4
RGB
CMYK
RGB Variations
Color information
#E7C4D4 (or 0xE7C4D4) is known color: Prim. HEX triplet: E7, C4 and D4. RGB value is (231,196,212). Sum of RGB (Red+Green+Blue) = 231+196+212=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4D4 is #183B2B. Grayscale: #D0D0D0. Windows color (decimal): -1588012 or 13944039. OLE color: 13944039.
HSL color Cylindrical-coordinate representation of color #E7C4D4: hue angle of 332.57º degrees, saturation: 0.42, 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 #E7C4D4 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 212 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.09 |
| HSL | 332.57º | 0.42% | 0.84% | - |
| HSV(B) | 332.57º | 0.15% | 0.91% | - |
| XYZ | 64.58 | 61.22 | 70.7 | - |
| YUV | 208.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 212 | 0 | 0.15 | 0.08 | 0.09 | 332.57 | 0.42 | 0.84 |
| Hex | E7 | C4 | D4 | 0 | F | 8 | 9 | 14D | 2A | 54 |
| Octal | 347 | 304 | 324 | 0 | 17 | 10 | 11 | 515 | 52 | 124 |
| Binary | 11100111 | 11000100 | 11010100 | 0 | 1111 | 1000 | 1001 | 101001101 | 101010 | 1010100 |
Color Harmonies of #E7C4D4
Complementary color
Monochromatic Colors of #E7C4D4
Black with #E7C4D4
Text Example
Text Example
White with #E7C4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4D4; }
p { color: rgb(231,196,212); }
H1.HeaderClassName
{
color: #E7C4D4;
}
.AnyTagClassName
{
color: #E7C4D4;
}
</style>
background-color css
<style>
a { background-color: #E7C4D4; }
a { background-color: rgb(231,196,212); }
div.DivClassName
{
background-color: #E7C4D4;
}
.BgClassName
{
background-color: #E7C4D4;
}
</style>
border-color css
<style>
span { border-color: #E7C4D4; }
span { border-color: rgb(231,196,212); }
td.TdClassName
{
border-color: #E7C4D4;
}
.TagClassName
{
border-color: #E7C4D4;
}
</style>