Shades of Cavern Pink #E1BFB3
Tints of Cavern Pink #E1BFB3
RGB
CMYK
RGB Variations
Color information
#E1BFB3 (or 0xE1BFB3) is known color: Cavern Pink. HEX triplet: E1, BF and B3. RGB value is (225,191,179). Sum of RGB (Red+Green+Blue) = 225+191+179=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFB3 is #1E404C. Grayscale: #C7C7C7. Windows color (decimal): -1982541 or 11780065. OLE color: 11780065.
HSL color Cylindrical-coordinate representation of color #E1BFB3: hue angle of 15.65º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BFB3 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 179 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.12 |
| HSL | 15.65º | 0.43% | 0.79% | - |
| HSV(B) | 15.65º | 0.2% | 0.88% | - |
| XYZ | 57.82 | 56.52 | 50.51 | - |
| YUV | 199.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 179 | 0 | 0.15 | 0.20 | 0.12 | 15.65 | 0.43 | 0.79 |
| Hex | E1 | BF | B3 | 0 | F | 14 | C | 10 | 2B | 4F |
| Octal | 341 | 277 | 263 | 0 | 17 | 24 | 14 | 20 | 53 | 117 |
| Binary | 11100001 | 10111111 | 10110011 | 0 | 1111 | 10100 | 1100 | 10000 | 101011 | 1001111 |
Color Harmonies of #E1BFB3
Complementary color
Monochromatic Colors of #E1BFB3
Black with #E1BFB3
Text Example
Text Example
White with #E1BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFB3; }
p { color: rgb(225,191,179); }
H1.HeaderClassName
{
color: #E1BFB3;
}
.AnyTagClassName
{
color: #E1BFB3;
}
</style>
background-color css
<style>
a { background-color: #E1BFB3; }
a { background-color: rgb(225,191,179); }
div.DivClassName
{
background-color: #E1BFB3;
}
.BgClassName
{
background-color: #E1BFB3;
}
</style>
border-color css
<style>
span { border-color: #E1BFB3; }
span { border-color: rgb(225,191,179); }
td.TdClassName
{
border-color: #E1BFB3;
}
.TagClassName
{
border-color: #E1BFB3;
}
</style>