Shades of Prim #EAC6D0
Tints of Prim #EAC6D0
RGB
CMYK
RGB Variations
Color information
#EAC6D0 (or 0xEAC6D0) is known color: Prim. HEX triplet: EA, C6 and D0. RGB value is (234,198,208). Sum of RGB (Red+Green+Blue) = 234+198+208=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6D0 is #15392F. Grayscale: #D1D1D1. Windows color (decimal): -1390896 or 13682410. OLE color: 13682410.
HSL color Cylindrical-coordinate representation of color #EAC6D0: hue angle of 343.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC6D0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 208 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.08 |
| HSL | 343.33º | 0.46% | 0.85% | - |
| HSV(B) | 343.33º | 0.15% | 0.92% | - |
| XYZ | 65.51 | 62.43 | 68.27 | - |
| YUV | 209.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 208 | 0 | 0.15 | 0.11 | 0.08 | 343.33 | 0.46 | 0.85 |
| Hex | EA | C6 | D0 | 0 | F | B | 8 | 157 | 2E | 55 |
| Octal | 352 | 306 | 320 | 0 | 17 | 13 | 10 | 527 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11010000 | 0 | 1111 | 1011 | 1000 | 101010111 | 101110 | 1010101 |
Color Harmonies of #EAC6D0
Complementary color
Monochromatic Colors of #EAC6D0
Black with #EAC6D0
Text Example
Text Example
White with #EAC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6D0; }
p { color: rgb(234,198,208); }
H1.HeaderClassName
{
color: #EAC6D0;
}
.AnyTagClassName
{
color: #EAC6D0;
}
</style>
background-color css
<style>
a { background-color: #EAC6D0; }
a { background-color: rgb(234,198,208); }
div.DivClassName
{
background-color: #EAC6D0;
}
.BgClassName
{
background-color: #EAC6D0;
}
</style>
border-color css
<style>
span { border-color: #EAC6D0; }
span { border-color: rgb(234,198,208); }
td.TdClassName
{
border-color: #EAC6D0;
}
.TagClassName
{
border-color: #EAC6D0;
}
</style>