Shades of Cavern Pink #E5BFB5
Tints of Cavern Pink #E5BFB5
RGB
CMYK
RGB Variations
Color information
#E5BFB5 (or 0xE5BFB5) is known color: Cavern Pink. HEX triplet: E5, BF and B5. RGB value is (229,191,181). Sum of RGB (Red+Green+Blue) = 229+191+181=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFB5 is #1A404A. Grayscale: #C9C9C9. Windows color (decimal): -1720395 or 11911141. OLE color: 11911141.
HSL color Cylindrical-coordinate representation of color #E5BFB5: hue angle of 12.5º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BFB5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 181 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.10 |
| HSL | 12.5º | 0.48% | 0.8% | - |
| HSV(B) | 12.5º | 0.21% | 0.9% | - |
| XYZ | 59.28 | 57.26 | 51.64 | - |
| YUV | 201.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 181 | 0 | 0.17 | 0.21 | 0.10 | 12.5 | 0.48 | 0.8 |
| Hex | E5 | BF | B5 | 0 | 11 | 15 | A | C | 30 | 50 |
| Octal | 345 | 277 | 265 | 0 | 21 | 25 | 12 | 14 | 60 | 120 |
| Binary | 11100101 | 10111111 | 10110101 | 0 | 10001 | 10101 | 1010 | 1100 | 110000 | 1010000 |
Color Harmonies of #E5BFB5
Complementary color
Monochromatic Colors of #E5BFB5
Black with #E5BFB5
Text Example
Text Example
White with #E5BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFB5; }
p { color: rgb(229,191,181); }
H1.HeaderClassName
{
color: #E5BFB5;
}
.AnyTagClassName
{
color: #E5BFB5;
}
</style>
background-color css
<style>
a { background-color: #E5BFB5; }
a { background-color: rgb(229,191,181); }
div.DivClassName
{
background-color: #E5BFB5;
}
.BgClassName
{
background-color: #E5BFB5;
}
</style>
border-color css
<style>
span { border-color: #E5BFB5; }
span { border-color: rgb(229,191,181); }
td.TdClassName
{
border-color: #E5BFB5;
}
.TagClassName
{
border-color: #E5BFB5;
}
</style>