Shades of Pale Rose #E2CBCD
Tints of Pale Rose #E2CBCD
RGB
CMYK
RGB Variations
Color information
#E2CBCD (or 0xE2CBCD) is known color: Pale Rose. HEX triplet: E2, CB and CD. RGB value is (226,203,205). Sum of RGB (Red+Green+Blue) = 226+203+205=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCD is #1D3432. Grayscale: #D2D2D2. Windows color (decimal): -1913907 or 13487074. OLE color: 13487074.
HSL color Cylindrical-coordinate representation of color #E2CBCD: hue angle of 354.78º 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 #E2CBCD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 205 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.11 |
| HSL | 354.78º | 0.28% | 0.84% | - |
| HSV(B) | 354.78º | 0.1% | 0.89% | - |
| XYZ | 63.74 | 63.29 | 66.61 | - |
| YUV | 210.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 205 | 0 | 0.10 | 0.09 | 0.11 | 354.78 | 0.28 | 0.84 |
| Hex | E2 | CB | CD | 0 | A | 9 | B | 163 | 1C | 54 |
| Octal | 342 | 313 | 315 | 0 | 12 | 11 | 13 | 543 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11001101 | 0 | 1010 | 1001 | 1011 | 101100011 | 11100 | 1010100 |
Color Harmonies of #E2CBCD
Complementary color
Monochromatic Colors of #E2CBCD
Black with #E2CBCD
Text Example
Text Example
White with #E2CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBCD; }
p { color: rgb(226,203,205); }
H1.HeaderClassName
{
color: #E2CBCD;
}
.AnyTagClassName
{
color: #E2CBCD;
}
</style>
background-color css
<style>
a { background-color: #E2CBCD; }
a { background-color: rgb(226,203,205); }
div.DivClassName
{
background-color: #E2CBCD;
}
.BgClassName
{
background-color: #E2CBCD;
}
</style>
border-color css
<style>
span { border-color: #E2CBCD; }
span { border-color: rgb(226,203,205); }
td.TdClassName
{
border-color: #E2CBCD;
}
.TagClassName
{
border-color: #E2CBCD;
}
</style>