Shades of Pink Lace #EAC8CD
Tints of Pink Lace #EAC8CD
RGB
CMYK
RGB Variations
Color information
#EAC8CD (or 0xEAC8CD) is known color: Pink Lace. HEX triplet: EA, C8 and CD. RGB value is (234,200,205). Sum of RGB (Red+Green+Blue) = 234+200+205=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8CD is #153732. Grayscale: #D2D2D2. Windows color (decimal): -1390387 or 13486314. OLE color: 13486314.
HSL color Cylindrical-coordinate representation of color #EAC8CD: hue angle of 351.18º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC8CD is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 205 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.08 |
| HSL | 351.18º | 0.45% | 0.85% | - |
| HSV(B) | 351.18º | 0.15% | 0.92% | - |
| XYZ | 65.61 | 63.21 | 66.5 | - |
| YUV | 210.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 205 | 0 | 0.15 | 0.12 | 0.08 | 351.18 | 0.45 | 0.85 |
| Hex | EA | C8 | CD | 0 | F | C | 8 | 15F | 2D | 55 |
| Octal | 352 | 310 | 315 | 0 | 17 | 14 | 10 | 537 | 55 | 125 |
| Binary | 11101010 | 11001000 | 11001101 | 0 | 1111 | 1100 | 1000 | 101011111 | 101101 | 1010101 |
Color Harmonies of #EAC8CD
Complementary color
Monochromatic Colors of #EAC8CD
Black with #EAC8CD
Text Example
Text Example
White with #EAC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8CD; }
p { color: rgb(234,200,205); }
H1.HeaderClassName
{
color: #EAC8CD;
}
.AnyTagClassName
{
color: #EAC8CD;
}
</style>
background-color css
<style>
a { background-color: #EAC8CD; }
a { background-color: rgb(234,200,205); }
div.DivClassName
{
background-color: #EAC8CD;
}
.BgClassName
{
background-color: #EAC8CD;
}
</style>
border-color css
<style>
span { border-color: #EAC8CD; }
span { border-color: rgb(234,200,205); }
td.TdClassName
{
border-color: #EAC8CD;
}
.TagClassName
{
border-color: #EAC8CD;
}
</style>