Shades of Pink Lace #EACAD2
Tints of Pink Lace #EACAD2
RGB
CMYK
RGB Variations
Color information
#EACAD2 (or 0xEACAD2) is known color: Pink Lace. HEX triplet: EA, CA and D2. RGB value is (234,202,210). Sum of RGB (Red+Green+Blue) = 234+202+210=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD2 is #15352D. Grayscale: #D4D4D4. Windows color (decimal): -1389870 or 13814506. OLE color: 13814506.
HSL color Cylindrical-coordinate representation of color #EACAD2: hue angle of 345º 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 #EACAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 210 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.08 |
| HSL | 345º | 0.43% | 0.85% | - |
| HSV(B) | 345º | 0.14% | 0.92% | - |
| XYZ | 66.69 | 64.39 | 69.89 | - |
| YUV | 212.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 210 | 0 | 0.14 | 0.10 | 0.08 | 345 | 0.43 | 0.85 |
| Hex | EA | CA | D2 | 0 | E | A | 8 | 159 | 2B | 55 |
| Octal | 352 | 312 | 322 | 0 | 16 | 12 | 10 | 531 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11010010 | 0 | 1110 | 1010 | 1000 | 101011001 | 101011 | 1010101 |
Color Harmonies of #EACAD2
Complementary color
Monochromatic Colors of #EACAD2
Black with #EACAD2
Text Example
Text Example
White with #EACAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAD2; }
p { color: rgb(234,202,210); }
H1.HeaderClassName
{
color: #EACAD2;
}
.AnyTagClassName
{
color: #EACAD2;
}
</style>
background-color css
<style>
a { background-color: #EACAD2; }
a { background-color: rgb(234,202,210); }
div.DivClassName
{
background-color: #EACAD2;
}
.BgClassName
{
background-color: #EACAD2;
}
</style>
border-color css
<style>
span { border-color: #EACAD2; }
span { border-color: rgb(234,202,210); }
td.TdClassName
{
border-color: #EACAD2;
}
.TagClassName
{
border-color: #EACAD2;
}
</style>