Shades of Pink Lace #EACAD1
Tints of Pink Lace #EACAD1
RGB
CMYK
RGB Variations
Color information
#EACAD1 (or 0xEACAD1) is known color: Pink Lace. HEX triplet: EA, CA and D1. RGB value is (234,202,209). Sum of RGB (Red+Green+Blue) = 234+202+209=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD1 is #15352E. Grayscale: #D4D4D4. Windows color (decimal): -1389871 or 13748970. OLE color: 13748970.
HSL color Cylindrical-coordinate representation of color #EACAD1: hue angle of 346.88º 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 #EACAD1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 209 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.08 |
| HSL | 346.88º | 0.43% | 0.85% | - |
| HSV(B) | 346.88º | 0.14% | 0.92% | - |
| XYZ | 66.56 | 64.34 | 69.23 | - |
| YUV | 212.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 209 | 0 | 0.14 | 0.11 | 0.08 | 346.88 | 0.43 | 0.85 |
| Hex | EA | CA | D1 | 0 | E | B | 8 | 15B | 2B | 55 |
| Octal | 352 | 312 | 321 | 0 | 16 | 13 | 10 | 533 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010001 | 0 | 1110 | 1011 | 1000 | 101011011 | 101011 | 1010101 |
Color Harmonies of #EACAD1
Complementary color
Monochromatic Colors of #EACAD1
Black with #EACAD1
Text Example
Text Example
White with #EACAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD1; }
p { color: rgb(234,202,209); }
H1.HeaderClassName
{
color: #EACAD1;
}
.AnyTagClassName
{
color: #EACAD1;
}
</style>
background-color css
<style>
a { background-color: #EACAD1; }
a { background-color: rgb(234,202,209); }
div.DivClassName
{
background-color: #EACAD1;
}
.BgClassName
{
background-color: #EACAD1;
}
</style>
border-color css
<style>
span { border-color: #EACAD1; }
span { border-color: rgb(234,202,209); }
td.TdClassName
{
border-color: #EACAD1;
}
.TagClassName
{
border-color: #EACAD1;
}
</style>