Shades of Pale Rose #E1C9CB
Tints of Pale Rose #E1C9CB
RGB
CMYK
RGB Variations
Color information
#E1C9CB (or 0xE1C9CB) is known color: Pale Rose. HEX triplet: E1, C9 and CB. RGB value is (225,201,203). Sum of RGB (Red+Green+Blue) = 225+201+203=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9CB is #1E3634. Grayscale: #D0D0D0. Windows color (decimal): -1979957 or 13355489. OLE color: 13355489.
HSL color Cylindrical-coordinate representation of color #E1C9CB: hue angle of 355º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C9CB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 203 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.12 |
| HSL | 355º | 0.29% | 0.84% | - |
| HSV(B) | 355º | 0.11% | 0.88% | - |
| XYZ | 62.72 | 62.09 | 65.18 | - |
| YUV | 208.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 203 | 0 | 0.11 | 0.10 | 0.12 | 355 | 0.29 | 0.84 |
| Hex | E1 | C9 | CB | 0 | B | A | C | 163 | 1D | 54 |
| Octal | 341 | 311 | 313 | 0 | 13 | 12 | 14 | 543 | 35 | 124 |
| Binary | 11100001 | 11001001 | 11001011 | 0 | 1011 | 1010 | 1100 | 101100011 | 11101 | 1010100 |
Color Harmonies of #E1C9CB
Complementary color
Monochromatic Colors of #E1C9CB
Black with #E1C9CB
Text Example
Text Example
White with #E1C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9CB; }
p { color: rgb(225,201,203); }
H1.HeaderClassName
{
color: #E1C9CB;
}
.AnyTagClassName
{
color: #E1C9CB;
}
</style>
background-color css
<style>
a { background-color: #E1C9CB; }
a { background-color: rgb(225,201,203); }
div.DivClassName
{
background-color: #E1C9CB;
}
.BgClassName
{
background-color: #E1C9CB;
}
</style>
border-color css
<style>
span { border-color: #E1C9CB; }
span { border-color: rgb(225,201,203); }
td.TdClassName
{
border-color: #E1C9CB;
}
.TagClassName
{
border-color: #E1C9CB;
}
</style>