Shades of Pale Rose #EACACD
Tints of Pale Rose #EACACD
RGB
CMYK
RGB Variations
Color information
#EACACD (or 0xEACACD) is known color: Pale Rose. HEX triplet: EA, CA and CD. RGB value is (234,202,205). Sum of RGB (Red+Green+Blue) = 234+202+205=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EACACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACACD is #153532. Grayscale: #D3D3D3. Windows color (decimal): -1389875 or 13486826. OLE color: 13486826.
HSL color Cylindrical-coordinate representation of color #EACACD: hue angle of 354.38º 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 #EACACD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 205 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.08 |
| HSL | 354.38º | 0.43% | 0.85% | - |
| HSV(B) | 354.38º | 0.14% | 0.92% | - |
| XYZ | 66.07 | 64.14 | 66.66 | - |
| YUV | 211.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 205 | 0 | 0.14 | 0.12 | 0.08 | 354.38 | 0.43 | 0.85 |
| Hex | EA | CA | CD | 0 | E | C | 8 | 162 | 2B | 55 |
| Octal | 352 | 312 | 315 | 0 | 16 | 14 | 10 | 542 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11001101 | 0 | 1110 | 1100 | 1000 | 101100010 | 101011 | 1010101 |
Color Harmonies of #EACACD
Complementary color
Monochromatic Colors of #EACACD
Black with #EACACD
Text Example
Text Example
White with #EACACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACACD; }
p { color: rgb(234,202,205); }
H1.HeaderClassName
{
color: #EACACD;
}
.AnyTagClassName
{
color: #EACACD;
}
</style>
background-color css
<style>
a { background-color: #EACACD; }
a { background-color: rgb(234,202,205); }
div.DivClassName
{
background-color: #EACACD;
}
.BgClassName
{
background-color: #EACACD;
}
</style>
border-color css
<style>
span { border-color: #EACACD; }
span { border-color: rgb(234,202,205); }
td.TdClassName
{
border-color: #EACACD;
}
.TagClassName
{
border-color: #EACACD;
}
</style>