Shades of Prim #EACAD4
Tints of Prim #EACAD4
RGB
CMYK
RGB Variations
Color information
#EACAD4 (or 0xEACAD4) is known color: Prim. HEX triplet: EA, CA and D4. RGB value is (234,202,212). Sum of RGB (Red+Green+Blue) = 234+202+212=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD4 is #15352B. Grayscale: #D4D4D4. Windows color (decimal): -1389868 or 13945578. OLE color: 13945578.
HSL color Cylindrical-coordinate representation of color #EACAD4: hue angle of 341.25º 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 #EACAD4 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 212 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.08 |
| HSL | 341.25º | 0.43% | 0.85% | - |
| HSV(B) | 341.25º | 0.14% | 0.92% | - |
| XYZ | 66.94 | 64.49 | 71.21 | - |
| YUV | 212.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 212 | 0 | 0.14 | 0.09 | 0.08 | 341.25 | 0.43 | 0.85 |
| Hex | EA | CA | D4 | 0 | E | 9 | 8 | 155 | 2B | 55 |
| Octal | 352 | 312 | 324 | 0 | 16 | 11 | 10 | 525 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010100 | 0 | 1110 | 1001 | 1000 | 101010101 | 101011 | 1010101 |
Color Harmonies of #EACAD4
Complementary color
Monochromatic Colors of #EACAD4
Black with #EACAD4
Text Example
Text Example
White with #EACAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD4; }
p { color: rgb(234,202,212); }
H1.HeaderClassName
{
color: #EACAD4;
}
.AnyTagClassName
{
color: #EACAD4;
}
</style>
background-color css
<style>
a { background-color: #EACAD4; }
a { background-color: rgb(234,202,212); }
div.DivClassName
{
background-color: #EACAD4;
}
.BgClassName
{
background-color: #EACAD4;
}
</style>
border-color css
<style>
span { border-color: #EACAD4; }
span { border-color: rgb(234,202,212); }
td.TdClassName
{
border-color: #EACAD4;
}
.TagClassName
{
border-color: #EACAD4;
}
</style>