Shades of Prim #EACBD6
Tints of Prim #EACBD6
RGB
CMYK
RGB Variations
Color information
#EACBD6 (or 0xEACBD6) is known color: Prim. HEX triplet: EA, CB and D6. RGB value is (234,203,214). Sum of RGB (Red+Green+Blue) = 234+203+214=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBD6 is #153429. Grayscale: #D5D5D5. Windows color (decimal): -1389610 or 14076906. OLE color: 14076906.
HSL color Cylindrical-coordinate representation of color #EACBD6: hue angle of 338.71º 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 #EACBD6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 214 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.08 |
| HSL | 338.71º | 0.42% | 0.86% | - |
| HSV(B) | 338.71º | 0.13% | 0.92% | - |
| XYZ | 67.43 | 65.06 | 72.62 | - |
| YUV | 213.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 214 | 0 | 0.13 | 0.09 | 0.08 | 338.71 | 0.42 | 0.86 |
| Hex | EA | CB | D6 | 0 | D | 9 | 8 | 153 | 2A | 56 |
| Octal | 352 | 313 | 326 | 0 | 15 | 11 | 10 | 523 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11010110 | 0 | 1101 | 1001 | 1000 | 101010011 | 101010 | 1010110 |
Color Harmonies of #EACBD6
Complementary color
Monochromatic Colors of #EACBD6
Black with #EACBD6
Text Example
Text Example
White with #EACBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBD6; }
p { color: rgb(234,203,214); }
H1.HeaderClassName
{
color: #EACBD6;
}
.AnyTagClassName
{
color: #EACBD6;
}
</style>
background-color css
<style>
a { background-color: #EACBD6; }
a { background-color: rgb(234,203,214); }
div.DivClassName
{
background-color: #EACBD6;
}
.BgClassName
{
background-color: #EACBD6;
}
</style>
border-color css
<style>
span { border-color: #EACBD6; }
span { border-color: rgb(234,203,214); }
td.TdClassName
{
border-color: #EACBD6;
}
.TagClassName
{
border-color: #EACBD6;
}
</style>