Shades of Cavern Pink #E5BEB6
Tints of Cavern Pink #E5BEB6
RGB
CMYK
RGB Variations
Color information
#E5BEB6 (or 0xE5BEB6) is known color: Cavern Pink. HEX triplet: E5, BE and B6. RGB value is (229,190,182). Sum of RGB (Red+Green+Blue) = 229+190+182=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEB6 is #1A4149. Grayscale: #C8C8C8. Windows color (decimal): -1720650 or 11976421. OLE color: 11976421.
HSL color Cylindrical-coordinate representation of color #E5BEB6: hue angle of 10.21º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BEB6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 182 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.10 |
| HSL | 10.21º | 0.47% | 0.81% | - |
| HSV(B) | 10.21º | 0.21% | 0.9% | - |
| XYZ | 59.17 | 56.86 | 52.11 | - |
| YUV | 200.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 182 | 0 | 0.17 | 0.21 | 0.10 | 10.21 | 0.47 | 0.81 |
| Hex | E5 | BE | B6 | 0 | 11 | 15 | A | A | 2F | 51 |
| Octal | 345 | 276 | 266 | 0 | 21 | 25 | 12 | 12 | 57 | 121 |
| Binary | 11100101 | 10111110 | 10110110 | 0 | 10001 | 10101 | 1010 | 1010 | 101111 | 1010001 |
Color Harmonies of #E5BEB6
Complementary color
Monochromatic Colors of #E5BEB6
Black with #E5BEB6
Text Example
Text Example
White with #E5BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEB6; }
p { color: rgb(229,190,182); }
H1.HeaderClassName
{
color: #E5BEB6;
}
.AnyTagClassName
{
color: #E5BEB6;
}
</style>
background-color css
<style>
a { background-color: #E5BEB6; }
a { background-color: rgb(229,190,182); }
div.DivClassName
{
background-color: #E5BEB6;
}
.BgClassName
{
background-color: #E5BEB6;
}
</style>
border-color css
<style>
span { border-color: #E5BEB6; }
span { border-color: rgb(229,190,182); }
td.TdClassName
{
border-color: #E5BEB6;
}
.TagClassName
{
border-color: #E5BEB6;
}
</style>