Shades of Prim #EAC9D2
Tints of Prim #EAC9D2
RGB
CMYK
RGB Variations
Color information
#EAC9D2 (or 0xEAC9D2) is known color: Prim. HEX triplet: EA, C9 and D2. RGB value is (234,201,210). Sum of RGB (Red+Green+Blue) = 234+201+210=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9D2 is #15362D. Grayscale: #D3D3D3. Windows color (decimal): -1390126 or 13814250. OLE color: 13814250.
HSL color Cylindrical-coordinate representation of color #EAC9D2: hue angle of 343.64º 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 #EAC9D2 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 210 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.08 |
| HSL | 343.64º | 0.44% | 0.85% | - |
| HSV(B) | 343.64º | 0.14% | 0.92% | - |
| XYZ | 66.45 | 63.92 | 69.81 | - |
| YUV | 211.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 210 | 0 | 0.14 | 0.10 | 0.08 | 343.64 | 0.44 | 0.85 |
| Hex | EA | C9 | D2 | 0 | E | A | 8 | 158 | 2C | 55 |
| Octal | 352 | 311 | 322 | 0 | 16 | 12 | 10 | 530 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11010010 | 0 | 1110 | 1010 | 1000 | 101011000 | 101100 | 1010101 |
Color Harmonies of #EAC9D2
Complementary color
Monochromatic Colors of #EAC9D2
Black with #EAC9D2
Text Example
Text Example
White with #EAC9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9D2; }
p { color: rgb(234,201,210); }
H1.HeaderClassName
{
color: #EAC9D2;
}
.AnyTagClassName
{
color: #EAC9D2;
}
</style>
background-color css
<style>
a { background-color: #EAC9D2; }
a { background-color: rgb(234,201,210); }
div.DivClassName
{
background-color: #EAC9D2;
}
.BgClassName
{
background-color: #EAC9D2;
}
</style>
border-color css
<style>
span { border-color: #EAC9D2; }
span { border-color: rgb(234,201,210); }
td.TdClassName
{
border-color: #EAC9D2;
}
.TagClassName
{
border-color: #EAC9D2;
}
</style>