Shades of Pale Rose #EACACF
Tints of Pale Rose #EACACF
RGB
CMYK
RGB Variations
Color information
#EACACF (or 0xEACACF) is known color: Pale Rose. HEX triplet: EA, CA and CF. RGB value is (234,202,207). Sum of RGB (Red+Green+Blue) = 234+202+207=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACACF is #153530. Grayscale: #D4D4D4. Windows color (decimal): -1389873 or 13617898. OLE color: 13617898.
HSL color Cylindrical-coordinate representation of color #EACACF: hue angle of 350.62º 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 #EACACF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 207 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.08 |
| HSL | 350.63º | 0.43% | 0.85% | - |
| HSV(B) | 350.63º | 0.14% | 0.92% | - |
| XYZ | 66.31 | 64.24 | 67.94 | - |
| YUV | 212.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 207 | 0 | 0.14 | 0.12 | 0.08 | 350.63 | 0.43 | 0.85 |
| Hex | EA | CA | CF | 0 | E | C | 8 | 15F | 2B | 55 |
| Octal | 352 | 312 | 317 | 0 | 16 | 14 | 10 | 537 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11001111 | 0 | 1110 | 1100 | 1000 | 101011111 | 101011 | 1010101 |
Color Harmonies of #EACACF
Complementary color
Monochromatic Colors of #EACACF
Black with #EACACF
Text Example
Text Example
White with #EACACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACACF; }
p { color: rgb(234,202,207); }
H1.HeaderClassName
{
color: #EACACF;
}
.AnyTagClassName
{
color: #EACACF;
}
</style>
background-color css
<style>
a { background-color: #EACACF; }
a { background-color: rgb(234,202,207); }
div.DivClassName
{
background-color: #EACACF;
}
.BgClassName
{
background-color: #EACACF;
}
</style>
border-color css
<style>
span { border-color: #EACACF; }
span { border-color: rgb(234,202,207); }
td.TdClassName
{
border-color: #EACACF;
}
.TagClassName
{
border-color: #EACACF;
}
</style>