Shades of Pale Rose #EACFD1
Tints of Pale Rose #EACFD1
RGB
CMYK
RGB Variations
Color information
#EACFD1 (or 0xEACFD1) is known color: Pale Rose. HEX triplet: EA, CF and D1. RGB value is (234,207,209). Sum of RGB (Red+Green+Blue) = 234+207+209=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD1 is #15302E. Grayscale: #D7D7D7. Windows color (decimal): -1388591 or 13750250. OLE color: 13750250.
HSL color Cylindrical-coordinate representation of color #EACFD1: hue angle of 355.56º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFD1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 209 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.08 |
| HSL | 355.56º | 0.39% | 0.86% | - |
| HSV(B) | 355.56º | 0.12% | 0.92% | - |
| XYZ | 67.75 | 66.72 | 69.63 | - |
| YUV | 215.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 209 | 0 | 0.12 | 0.11 | 0.08 | 355.56 | 0.39 | 0.86 |
| Hex | EA | CF | D1 | 0 | C | B | 8 | 164 | 27 | 56 |
| Octal | 352 | 317 | 321 | 0 | 14 | 13 | 10 | 544 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11010001 | 0 | 1100 | 1011 | 1000 | 101100100 | 100111 | 1010110 |
Color Harmonies of #EACFD1
Complementary color
Monochromatic Colors of #EACFD1
Black with #EACFD1
Text Example
Text Example
White with #EACFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFD1; }
p { color: rgb(234,207,209); }
H1.HeaderClassName
{
color: #EACFD1;
}
.AnyTagClassName
{
color: #EACFD1;
}
</style>
background-color css
<style>
a { background-color: #EACFD1; }
a { background-color: rgb(234,207,209); }
div.DivClassName
{
background-color: #EACFD1;
}
.BgClassName
{
background-color: #EACFD1;
}
</style>
border-color css
<style>
span { border-color: #EACFD1; }
span { border-color: rgb(234,207,209); }
td.TdClassName
{
border-color: #EACFD1;
}
.TagClassName
{
border-color: #EACFD1;
}
</style>