Shades of Pink Lace #EAC6CF
Tints of Pink Lace #EAC6CF
RGB
CMYK
RGB Variations
Color information
#EAC6CF (or 0xEAC6CF) is known color: Pink Lace. HEX triplet: EA, C6 and CF. RGB value is (234,198,207). Sum of RGB (Red+Green+Blue) = 234+198+207=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6CF is #153930. Grayscale: #D1D1D1. Windows color (decimal): -1390897 or 13616874. OLE color: 13616874.
HSL color Cylindrical-coordinate representation of color #EAC6CF: hue angle of 345º degrees, saturation: 0.46, 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 #EAC6CF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 207 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.08 |
| HSL | 345º | 0.46% | 0.85% | - |
| HSV(B) | 345º | 0.15% | 0.92% | - |
| XYZ | 65.39 | 62.39 | 67.63 | - |
| YUV | 209.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 207 | 0 | 0.15 | 0.12 | 0.08 | 345 | 0.46 | 0.85 |
| Hex | EA | C6 | CF | 0 | F | C | 8 | 159 | 2E | 55 |
| Octal | 352 | 306 | 317 | 0 | 17 | 14 | 10 | 531 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11001111 | 0 | 1111 | 1100 | 1000 | 101011001 | 101110 | 1010101 |
Color Harmonies of #EAC6CF
Complementary color
Monochromatic Colors of #EAC6CF
Black with #EAC6CF
Text Example
Text Example
White with #EAC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6CF; }
p { color: rgb(234,198,207); }
H1.HeaderClassName
{
color: #EAC6CF;
}
.AnyTagClassName
{
color: #EAC6CF;
}
</style>
background-color css
<style>
a { background-color: #EAC6CF; }
a { background-color: rgb(234,198,207); }
div.DivClassName
{
background-color: #EAC6CF;
}
.BgClassName
{
background-color: #EAC6CF;
}
</style>
border-color css
<style>
span { border-color: #EAC6CF; }
span { border-color: rgb(234,198,207); }
td.TdClassName
{
border-color: #EAC6CF;
}
.TagClassName
{
border-color: #EAC6CF;
}
</style>