Shades of Cavern Pink #E5BEB5
Tints of Cavern Pink #E5BEB5
RGB
CMYK
RGB Variations
Color information
#E5BEB5 (or 0xE5BEB5) is known color: Cavern Pink. HEX triplet: E5, BE and B5. RGB value is (229,190,181). Sum of RGB (Red+Green+Blue) = 229+190+181=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEB5 is #1A414A. Grayscale: #C8C8C8. Windows color (decimal): -1720651 or 11910885. OLE color: 11910885.
HSL color Cylindrical-coordinate representation of color #E5BEB5: hue angle of 11.25º 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 #E5BEB5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 181 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.10 |
| HSL | 11.25º | 0.48% | 0.8% | - |
| HSV(B) | 11.25º | 0.21% | 0.9% | - |
| XYZ | 59.07 | 56.82 | 51.57 | - |
| YUV | 200.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 181 | 0 | 0.17 | 0.21 | 0.10 | 11.25 | 0.48 | 0.8 |
| Hex | E5 | BE | B5 | 0 | 11 | 15 | A | B | 30 | 50 |
| Octal | 345 | 276 | 265 | 0 | 21 | 25 | 12 | 13 | 60 | 120 |
| Binary | 11100101 | 10111110 | 10110101 | 0 | 10001 | 10101 | 1010 | 1011 | 110000 | 1010000 |
Color Harmonies of #E5BEB5
Complementary color
Monochromatic Colors of #E5BEB5
Black with #E5BEB5
Text Example
Text Example
White with #E5BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEB5; }
p { color: rgb(229,190,181); }
H1.HeaderClassName
{
color: #E5BEB5;
}
.AnyTagClassName
{
color: #E5BEB5;
}
</style>
background-color css
<style>
a { background-color: #E5BEB5; }
a { background-color: rgb(229,190,181); }
div.DivClassName
{
background-color: #E5BEB5;
}
.BgClassName
{
background-color: #E5BEB5;
}
</style>
border-color css
<style>
span { border-color: #E5BEB5; }
span { border-color: rgb(229,190,181); }
td.TdClassName
{
border-color: #E5BEB5;
}
.TagClassName
{
border-color: #E5BEB5;
}
</style>