Shades of Prim #EACAD5
Tints of Prim #EACAD5
RGB
CMYK
RGB Variations
Color information
#EACAD5 (or 0xEACAD5) is known color: Prim. HEX triplet: EA, CA and D5. RGB value is (234,202,213). Sum of RGB (Red+Green+Blue) = 234+202+213=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD5 is #15352A. Grayscale: #D4D4D4. Windows color (decimal): -1389867 or 14011114. OLE color: 14011114.
HSL color Cylindrical-coordinate representation of color #EACAD5: hue angle of 339.38º 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 #EACAD5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 213 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.08 |
| HSL | 339.38º | 0.43% | 0.85% | - |
| HSV(B) | 339.38º | 0.14% | 0.92% | - |
| XYZ | 67.06 | 64.54 | 71.87 | - |
| YUV | 212.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 213 | 0 | 0.14 | 0.09 | 0.08 | 339.38 | 0.43 | 0.85 |
| Hex | EA | CA | D5 | 0 | E | 9 | 8 | 153 | 2B | 55 |
| Octal | 352 | 312 | 325 | 0 | 16 | 11 | 10 | 523 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010101 | 0 | 1110 | 1001 | 1000 | 101010011 | 101011 | 1010101 |
Color Harmonies of #EACAD5
Complementary color
Monochromatic Colors of #EACAD5
Black with #EACAD5
Text Example
Text Example
White with #EACAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD5; }
p { color: rgb(234,202,213); }
H1.HeaderClassName
{
color: #EACAD5;
}
.AnyTagClassName
{
color: #EACAD5;
}
</style>
background-color css
<style>
a { background-color: #EACAD5; }
a { background-color: rgb(234,202,213); }
div.DivClassName
{
background-color: #EACAD5;
}
.BgClassName
{
background-color: #EACAD5;
}
</style>
border-color css
<style>
span { border-color: #EACAD5; }
span { border-color: rgb(234,202,213); }
td.TdClassName
{
border-color: #EACAD5;
}
.TagClassName
{
border-color: #EACAD5;
}
</style>