Shades of Prim #EACCD6
Tints of Prim #EACCD6
RGB
CMYK
RGB Variations
Color information
#EACCD6 (or 0xEACCD6) is known color: Prim. HEX triplet: EA, CC and D6. RGB value is (234,204,214). Sum of RGB (Red+Green+Blue) = 234+204+214=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD6 is #153329. Grayscale: #D6D6D6. Windows color (decimal): -1389354 or 14077162. OLE color: 14077162.
HSL color Cylindrical-coordinate representation of color #EACCD6: hue angle of 340º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCD6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 214 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.08 |
| HSL | 340º | 0.42% | 0.86% | - |
| HSV(B) | 340º | 0.13% | 0.92% | - |
| XYZ | 67.66 | 65.53 | 72.7 | - |
| YUV | 214.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 214 | 0 | 0.13 | 0.09 | 0.08 | 340 | 0.42 | 0.86 |
| Hex | EA | CC | D6 | 0 | D | 9 | 8 | 154 | 2A | 56 |
| Octal | 352 | 314 | 326 | 0 | 15 | 11 | 10 | 524 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11010110 | 0 | 1101 | 1001 | 1000 | 101010100 | 101010 | 1010110 |
Color Harmonies of #EACCD6
Complementary color
Monochromatic Colors of #EACCD6
Black with #EACCD6
Text Example
Text Example
White with #EACCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD6; }
p { color: rgb(234,204,214); }
H1.HeaderClassName
{
color: #EACCD6;
}
.AnyTagClassName
{
color: #EACCD6;
}
</style>
background-color css
<style>
a { background-color: #EACCD6; }
a { background-color: rgb(234,204,214); }
div.DivClassName
{
background-color: #EACCD6;
}
.BgClassName
{
background-color: #EACCD6;
}
</style>
border-color css
<style>
span { border-color: #EACCD6; }
span { border-color: rgb(234,204,214); }
td.TdClassName
{
border-color: #EACCD6;
}
.TagClassName
{
border-color: #EACCD6;
}
</style>