Shades of Cavern Pink #E4BBAF
Tints of Cavern Pink #E4BBAF
RGB
CMYK
RGB Variations
Color information
#E4BBAF (or 0xE4BBAF) is known color: Cavern Pink. HEX triplet: E4, BB and AF. RGB value is (228,187,175). Sum of RGB (Red+Green+Blue) = 228+187+175=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BBAF is #1B4450. Grayscale: #C5C5C5. Windows color (decimal): -1786961 or 11516900. OLE color: 11516900.
HSL color Cylindrical-coordinate representation of color #E4BBAF: hue angle of 13.58º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BBAF is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 175 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.11 |
| HSL | 13.58º | 0.5% | 0.79% | - |
| HSV(B) | 13.58º | 0.23% | 0.89% | - |
| XYZ | 57.5 | 55.13 | 48.17 | - |
| YUV | 197.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 175 | 0 | 0.18 | 0.23 | 0.11 | 13.58 | 0.5 | 0.79 |
| Hex | E4 | BB | AF | 0 | 12 | 17 | B | E | 32 | 4F |
| Octal | 344 | 273 | 257 | 0 | 22 | 27 | 13 | 16 | 62 | 117 |
| Binary | 11100100 | 10111011 | 10101111 | 0 | 10010 | 10111 | 1011 | 1110 | 110010 | 1001111 |
Color Harmonies of #E4BBAF
Complementary color
Monochromatic Colors of #E4BBAF
Black with #E4BBAF
Text Example
Text Example
White with #E4BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBAF; }
p { color: rgb(228,187,175); }
H1.HeaderClassName
{
color: #E4BBAF;
}
.AnyTagClassName
{
color: #E4BBAF;
}
</style>
background-color css
<style>
a { background-color: #E4BBAF; }
a { background-color: rgb(228,187,175); }
div.DivClassName
{
background-color: #E4BBAF;
}
.BgClassName
{
background-color: #E4BBAF;
}
</style>
border-color css
<style>
span { border-color: #E4BBAF; }
span { border-color: rgb(228,187,175); }
td.TdClassName
{
border-color: #E4BBAF;
}
.TagClassName
{
border-color: #E4BBAF;
}
</style>