Shades of Pale Rose #EACCD0
Tints of Pale Rose #EACCD0
RGB
CMYK
RGB Variations
Color information
#EACCD0 (or 0xEACCD0) is known color: Pale Rose. HEX triplet: EA, CC and D0. RGB value is (234,204,208). Sum of RGB (Red+Green+Blue) = 234+204+208=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD0 is #15332F. Grayscale: #D5D5D5. Windows color (decimal): -1389360 or 13683946. OLE color: 13683946.
HSL color Cylindrical-coordinate representation of color #EACCD0: hue angle of 352º 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 #EACCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 208 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.08 |
| HSL | 352º | 0.42% | 0.86% | - |
| HSV(B) | 352º | 0.13% | 0.92% | - |
| XYZ | 66.91 | 65.23 | 68.74 | - |
| YUV | 213.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 208 | 0 | 0.13 | 0.11 | 0.08 | 352 | 0.42 | 0.86 |
| Hex | EA | CC | D0 | 0 | D | B | 8 | 160 | 2A | 56 |
| Octal | 352 | 314 | 320 | 0 | 15 | 13 | 10 | 540 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11010000 | 0 | 1101 | 1011 | 1000 | 101100000 | 101010 | 1010110 |
Color Harmonies of #EACCD0
Complementary color
Monochromatic Colors of #EACCD0
Black with #EACCD0
Text Example
Text Example
White with #EACCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD0; }
p { color: rgb(234,204,208); }
H1.HeaderClassName
{
color: #EACCD0;
}
.AnyTagClassName
{
color: #EACCD0;
}
</style>
background-color css
<style>
a { background-color: #EACCD0; }
a { background-color: rgb(234,204,208); }
div.DivClassName
{
background-color: #EACCD0;
}
.BgClassName
{
background-color: #EACCD0;
}
</style>
border-color css
<style>
span { border-color: #EACCD0; }
span { border-color: rgb(234,204,208); }
td.TdClassName
{
border-color: #EACCD0;
}
.TagClassName
{
border-color: #EACCD0;
}
</style>