Shades of Pale Rose #E2C9CB
Tints of Pale Rose #E2C9CB
RGB
CMYK
RGB Variations
Color information
#E2C9CB (or 0xE2C9CB) is known color: Pale Rose. HEX triplet: E2, C9 and CB. RGB value is (226,201,203). Sum of RGB (Red+Green+Blue) = 226+201+203=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9CB is #1D3634. Grayscale: #D0D0D0. Windows color (decimal): -1914421 or 13355490. OLE color: 13355490.
HSL color Cylindrical-coordinate representation of color #E2C9CB: hue angle of 355.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2C9CB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 203 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 355.2º | 0.3% | 0.84% | - |
| HSV(B) | 355.2º | 0.11% | 0.89% | - |
| XYZ | 63.03 | 62.25 | 65.19 | - |
| YUV | 208.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 203 | 0 | 0.11 | 0.10 | 0.11 | 355.2 | 0.3 | 0.84 |
| Hex | E2 | C9 | CB | 0 | B | A | B | 163 | 1E | 54 |
| Octal | 342 | 311 | 313 | 0 | 13 | 12 | 13 | 543 | 36 | 124 |
| Binary | 11100010 | 11001001 | 11001011 | 0 | 1011 | 1010 | 1011 | 101100011 | 11110 | 1010100 |
Color Harmonies of #E2C9CB
Complementary color
Monochromatic Colors of #E2C9CB
Black with #E2C9CB
Text Example
Text Example
White with #E2C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9CB; }
p { color: rgb(226,201,203); }
H1.HeaderClassName
{
color: #E2C9CB;
}
.AnyTagClassName
{
color: #E2C9CB;
}
</style>
background-color css
<style>
a { background-color: #E2C9CB; }
a { background-color: rgb(226,201,203); }
div.DivClassName
{
background-color: #E2C9CB;
}
.BgClassName
{
background-color: #E2C9CB;
}
</style>
border-color css
<style>
span { border-color: #E2C9CB; }
span { border-color: rgb(226,201,203); }
td.TdClassName
{
border-color: #E2C9CB;
}
.TagClassName
{
border-color: #E2C9CB;
}
</style>