Shades of Pink Lace #EACAD0
Tints of Pink Lace #EACAD0
RGB
CMYK
RGB Variations
Color information
#EACAD0 (or 0xEACAD0) is known color: Pink Lace. HEX triplet: EA, CA and D0. RGB value is (234,202,208). Sum of RGB (Red+Green+Blue) = 234+202+208=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD0 is #15352F. Grayscale: #D4D4D4. Windows color (decimal): -1389872 or 13683434. OLE color: 13683434.
HSL color Cylindrical-coordinate representation of color #EACAD0: hue angle of 348.75º 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 #EACAD0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 208 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.08 |
| HSL | 348.75º | 0.43% | 0.85% | - |
| HSV(B) | 348.75º | 0.14% | 0.92% | - |
| XYZ | 66.44 | 64.29 | 68.58 | - |
| YUV | 212.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 208 | 0 | 0.14 | 0.11 | 0.08 | 348.75 | 0.43 | 0.85 |
| Hex | EA | CA | D0 | 0 | E | B | 8 | 15D | 2B | 55 |
| Octal | 352 | 312 | 320 | 0 | 16 | 13 | 10 | 535 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010000 | 0 | 1110 | 1011 | 1000 | 101011101 | 101011 | 1010101 |
Color Harmonies of #EACAD0
Complementary color
Monochromatic Colors of #EACAD0
Black with #EACAD0
Text Example
Text Example
White with #EACAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD0; }
p { color: rgb(234,202,208); }
H1.HeaderClassName
{
color: #EACAD0;
}
.AnyTagClassName
{
color: #EACAD0;
}
</style>
background-color css
<style>
a { background-color: #EACAD0; }
a { background-color: rgb(234,202,208); }
div.DivClassName
{
background-color: #EACAD0;
}
.BgClassName
{
background-color: #EACAD0;
}
</style>
border-color css
<style>
span { border-color: #EACAD0; }
span { border-color: rgb(234,202,208); }
td.TdClassName
{
border-color: #EACAD0;
}
.TagClassName
{
border-color: #EACAD0;
}
</style>