Shades of Pale Rose #E2CCCD
Tints of Pale Rose #E2CCCD
RGB
CMYK
RGB Variations
Color information
#E2CCCD (or 0xE2CCCD) is known color: Pale Rose. HEX triplet: E2, CC and CD. RGB value is (226,204,205). Sum of RGB (Red+Green+Blue) = 226+204+205=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCCD is #1D3332. Grayscale: #D2D2D2. Windows color (decimal): -1913651 or 13487330. OLE color: 13487330.
HSL color Cylindrical-coordinate representation of color #E2CCCD: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCCD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 205 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.11 |
| HSL | 357.27º | 0.28% | 0.84% | - |
| HSV(B) | 357.27º | 0.1% | 0.89% | - |
| XYZ | 63.98 | 63.76 | 66.69 | - |
| YUV | 210.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 205 | 0 | 0.10 | 0.09 | 0.11 | 357.27 | 0.28 | 0.84 |
| Hex | E2 | CC | CD | 0 | A | 9 | B | 165 | 1C | 54 |
| Octal | 342 | 314 | 315 | 0 | 12 | 11 | 13 | 545 | 34 | 124 |
| Binary | 11100010 | 11001100 | 11001101 | 0 | 1010 | 1001 | 1011 | 101100101 | 11100 | 1010100 |
Color Harmonies of #E2CCCD
Complementary color
Monochromatic Colors of #E2CCCD
Black with #E2CCCD
Text Example
Text Example
White with #E2CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCCD; }
p { color: rgb(226,204,205); }
H1.HeaderClassName
{
color: #E2CCCD;
}
.AnyTagClassName
{
color: #E2CCCD;
}
</style>
background-color css
<style>
a { background-color: #E2CCCD; }
a { background-color: rgb(226,204,205); }
div.DivClassName
{
background-color: #E2CCCD;
}
.BgClassName
{
background-color: #E2CCCD;
}
</style>
border-color css
<style>
span { border-color: #E2CCCD; }
span { border-color: rgb(226,204,205); }
td.TdClassName
{
border-color: #E2CCCD;
}
.TagClassName
{
border-color: #E2CCCD;
}
</style>