Shades of Prim #EAC9D3
Tints of Prim #EAC9D3
RGB
CMYK
RGB Variations
Color information
#EAC9D3 (or 0xEAC9D3) is known color: Prim. HEX triplet: EA, C9 and D3. RGB value is (234,201,211). Sum of RGB (Red+Green+Blue) = 234+201+211=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9D3 is #15362C. Grayscale: #D4D4D4. Windows color (decimal): -1390125 or 13879786. OLE color: 13879786.
HSL color Cylindrical-coordinate representation of color #EAC9D3: hue angle of 341.82º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9D3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 211 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.08 |
| HSL | 341.82º | 0.44% | 0.85% | - |
| HSV(B) | 341.82º | 0.14% | 0.92% | - |
| XYZ | 66.58 | 63.97 | 70.47 | - |
| YUV | 212.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 211 | 0 | 0.14 | 0.10 | 0.08 | 341.82 | 0.44 | 0.85 |
| Hex | EA | C9 | D3 | 0 | E | A | 8 | 156 | 2C | 55 |
| Octal | 352 | 311 | 323 | 0 | 16 | 12 | 10 | 526 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11010011 | 0 | 1110 | 1010 | 1000 | 101010110 | 101100 | 1010101 |
Color Harmonies of #EAC9D3
Complementary color
Monochromatic Colors of #EAC9D3
Black with #EAC9D3
Text Example
Text Example
White with #EAC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9D3; }
p { color: rgb(234,201,211); }
H1.HeaderClassName
{
color: #EAC9D3;
}
.AnyTagClassName
{
color: #EAC9D3;
}
</style>
background-color css
<style>
a { background-color: #EAC9D3; }
a { background-color: rgb(234,201,211); }
div.DivClassName
{
background-color: #EAC9D3;
}
.BgClassName
{
background-color: #EAC9D3;
}
</style>
border-color css
<style>
span { border-color: #EAC9D3; }
span { border-color: rgb(234,201,211); }
td.TdClassName
{
border-color: #EAC9D3;
}
.TagClassName
{
border-color: #EAC9D3;
}
</style>