Shades of Pale Rose #EACCCF
Tints of Pale Rose #EACCCF
RGB
CMYK
RGB Variations
Color information
#EACCCF (or 0xEACCCF) is known color: Pale Rose. HEX triplet: EA, CC and CF. RGB value is (234,204,207). Sum of RGB (Red+Green+Blue) = 234+204+207=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCF is #153330. Grayscale: #D5D5D5. Windows color (decimal): -1389361 or 13618410. OLE color: 13618410.
HSL color Cylindrical-coordinate representation of color #EACCCF: hue angle of 354º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCCF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 207 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.08 |
| HSL | 354º | 0.42% | 0.86% | - |
| HSV(B) | 354º | 0.13% | 0.92% | - |
| XYZ | 66.79 | 65.18 | 68.09 | - |
| YUV | 213.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 207 | 0 | 0.13 | 0.12 | 0.08 | 354 | 0.42 | 0.86 |
| Hex | EA | CC | CF | 0 | D | C | 8 | 162 | 2A | 56 |
| Octal | 352 | 314 | 317 | 0 | 15 | 14 | 10 | 542 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11001111 | 0 | 1101 | 1100 | 1000 | 101100010 | 101010 | 1010110 |
Color Harmonies of #EACCCF
Complementary color
Monochromatic Colors of #EACCCF
Black with #EACCCF
Text Example
Text Example
White with #EACCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCCF; }
p { color: rgb(234,204,207); }
H1.HeaderClassName
{
color: #EACCCF;
}
.AnyTagClassName
{
color: #EACCCF;
}
</style>
background-color css
<style>
a { background-color: #EACCCF; }
a { background-color: rgb(234,204,207); }
div.DivClassName
{
background-color: #EACCCF;
}
.BgClassName
{
background-color: #EACCCF;
}
</style>
border-color css
<style>
span { border-color: #EACCCF; }
span { border-color: rgb(234,204,207); }
td.TdClassName
{
border-color: #EACCCF;
}
.TagClassName
{
border-color: #EACCCF;
}
</style>