Shades of Pink Lace #EAC8CE
Tints of Pink Lace #EAC8CE
RGB
CMYK
RGB Variations
Color information
#EAC8CE (or 0xEAC8CE) is known color: Pink Lace. HEX triplet: EA, C8 and CE. RGB value is (234,200,206). Sum of RGB (Red+Green+Blue) = 234+200+206=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8CE is #153731. Grayscale: #D2D2D2. Windows color (decimal): -1390386 or 13551850. OLE color: 13551850.
HSL color Cylindrical-coordinate representation of color #EAC8CE: hue angle of 349.41º 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 #EAC8CE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 206 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.08 |
| HSL | 349.41º | 0.45% | 0.85% | - |
| HSV(B) | 349.41º | 0.15% | 0.92% | - |
| XYZ | 65.73 | 63.26 | 67.14 | - |
| YUV | 210.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 206 | 0 | 0.15 | 0.12 | 0.08 | 349.41 | 0.45 | 0.85 |
| Hex | EA | C8 | CE | 0 | F | C | 8 | 15D | 2D | 55 |
| Octal | 352 | 310 | 316 | 0 | 17 | 14 | 10 | 535 | 55 | 125 |
| Binary | 11101010 | 11001000 | 11001110 | 0 | 1111 | 1100 | 1000 | 101011101 | 101101 | 1010101 |
Color Harmonies of #EAC8CE
Complementary color
Monochromatic Colors of #EAC8CE
Black with #EAC8CE
Text Example
Text Example
White with #EAC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8CE; }
p { color: rgb(234,200,206); }
H1.HeaderClassName
{
color: #EAC8CE;
}
.AnyTagClassName
{
color: #EAC8CE;
}
</style>
background-color css
<style>
a { background-color: #EAC8CE; }
a { background-color: rgb(234,200,206); }
div.DivClassName
{
background-color: #EAC8CE;
}
.BgClassName
{
background-color: #EAC8CE;
}
</style>
border-color css
<style>
span { border-color: #EAC8CE; }
span { border-color: rgb(234,200,206); }
td.TdClassName
{
border-color: #EAC8CE;
}
.TagClassName
{
border-color: #EAC8CE;
}
</style>