Shades of Pale Rose #E4CACB
Tints of Pale Rose #E4CACB
RGB
CMYK
RGB Variations
Color information
#E4CACB (or 0xE4CACB) is known color: Pale Rose. HEX triplet: E4, CA and CB. RGB value is (228,202,203). Sum of RGB (Red+Green+Blue) = 228+202+203=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACB is #1B3534. Grayscale: #D1D1D1. Windows color (decimal): -1783093 or 13355748. OLE color: 13355748.
HSL color Cylindrical-coordinate representation of color #E4CACB: hue angle of 357.69º degrees, saturation: 0.32, 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 #E4CACB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 203 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.11 |
| HSL | 357.69º | 0.33% | 0.84% | - |
| HSV(B) | 357.69º | 0.11% | 0.89% | - |
| XYZ | 63.89 | 63.05 | 65.3 | - |
| YUV | 209.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 203 | 0 | 0.11 | 0.11 | 0.11 | 357.69 | 0.33 | 0.84 |
| Hex | E4 | CA | CB | 0 | B | B | B | 166 | 20 | 54 |
| Octal | 344 | 312 | 313 | 0 | 13 | 13 | 13 | 546 | 40 | 124 |
| Binary | 11100100 | 11001010 | 11001011 | 0 | 1011 | 1011 | 1011 | 101100110 | 100000 | 1010100 |
Color Harmonies of #E4CACB
Complementary color
Monochromatic Colors of #E4CACB
Black with #E4CACB
Text Example
Text Example
White with #E4CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CACB; }
p { color: rgb(228,202,203); }
H1.HeaderClassName
{
color: #E4CACB;
}
.AnyTagClassName
{
color: #E4CACB;
}
</style>
background-color css
<style>
a { background-color: #E4CACB; }
a { background-color: rgb(228,202,203); }
div.DivClassName
{
background-color: #E4CACB;
}
.BgClassName
{
background-color: #E4CACB;
}
</style>
border-color css
<style>
span { border-color: #E4CACB; }
span { border-color: rgb(228,202,203); }
td.TdClassName
{
border-color: #E4CACB;
}
.TagClassName
{
border-color: #E4CACB;
}
</style>