Shades of Prim #EACAD6
Tints of Prim #EACAD6
RGB
CMYK
RGB Variations
Color information
#EACAD6 (or 0xEACAD6) is known color: Prim. HEX triplet: EA, CA and D6. RGB value is (234,202,214). Sum of RGB (Red+Green+Blue) = 234+202+214=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD6 is #153529. Grayscale: #D4D4D4. Windows color (decimal): -1389866 or 14076650. OLE color: 14076650.
HSL color Cylindrical-coordinate representation of color #EACAD6: hue angle of 337.5º degrees, saturation: 0.43, 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 #EACAD6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 214 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.08 |
| HSL | 337.5º | 0.43% | 0.85% | - |
| HSV(B) | 337.5º | 0.14% | 0.92% | - |
| XYZ | 67.19 | 64.59 | 72.54 | - |
| YUV | 212.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 214 | 0 | 0.14 | 0.09 | 0.08 | 337.5 | 0.43 | 0.85 |
| Hex | EA | CA | D6 | 0 | E | 9 | 8 | 152 | 2B | 55 |
| Octal | 352 | 312 | 326 | 0 | 16 | 11 | 10 | 522 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010110 | 0 | 1110 | 1001 | 1000 | 101010010 | 101011 | 1010101 |
Color Harmonies of #EACAD6
Complementary color
Monochromatic Colors of #EACAD6
Black with #EACAD6
Text Example
Text Example
White with #EACAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD6; }
p { color: rgb(234,202,214); }
H1.HeaderClassName
{
color: #EACAD6;
}
.AnyTagClassName
{
color: #EACAD6;
}
</style>
background-color css
<style>
a { background-color: #EACAD6; }
a { background-color: rgb(234,202,214); }
div.DivClassName
{
background-color: #EACAD6;
}
.BgClassName
{
background-color: #EACAD6;
}
</style>
border-color css
<style>
span { border-color: #EACAD6; }
span { border-color: rgb(234,202,214); }
td.TdClassName
{
border-color: #EACAD6;
}
.TagClassName
{
border-color: #EACAD6;
}
</style>