Shades of Prim #EACCD5
Tints of Prim #EACCD5
RGB
CMYK
RGB Variations
Color information
#EACCD5 (or 0xEACCD5) is known color: Prim. HEX triplet: EA, CC and D5. RGB value is (234,204,213). Sum of RGB (Red+Green+Blue) = 234+204+213=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD5 is #15332A. Grayscale: #D5D5D5. Windows color (decimal): -1389355 or 14011626. OLE color: 14011626.
HSL color Cylindrical-coordinate representation of color #EACCD5: hue angle of 342º 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 #EACCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 213 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.08 |
| HSL | 342º | 0.42% | 0.86% | - |
| HSV(B) | 342º | 0.13% | 0.92% | - |
| XYZ | 67.53 | 65.48 | 72.03 | - |
| YUV | 214 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 213 | 0 | 0.13 | 0.09 | 0.08 | 342 | 0.42 | 0.86 |
| Hex | EA | CC | D5 | 0 | D | 9 | 8 | 156 | 2A | 56 |
| Octal | 352 | 314 | 325 | 0 | 15 | 11 | 10 | 526 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11010101 | 0 | 1101 | 1001 | 1000 | 101010110 | 101010 | 1010110 |
Color Harmonies of #EACCD5
Complementary color
Monochromatic Colors of #EACCD5
Black with #EACCD5
Text Example
Text Example
White with #EACCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD5; }
p { color: rgb(234,204,213); }
H1.HeaderClassName
{
color: #EACCD5;
}
.AnyTagClassName
{
color: #EACCD5;
}
</style>
background-color css
<style>
a { background-color: #EACCD5; }
a { background-color: rgb(234,204,213); }
div.DivClassName
{
background-color: #EACCD5;
}
.BgClassName
{
background-color: #EACCD5;
}
</style>
border-color css
<style>
span { border-color: #EACCD5; }
span { border-color: rgb(234,204,213); }
td.TdClassName
{
border-color: #EACCD5;
}
.TagClassName
{
border-color: #EACCD5;
}
</style>