Shades of Cavern Pink #E5B4AF
Tints of Cavern Pink #E5B4AF
RGB
CMYK
RGB Variations
Color information
#E5B4AF (or 0xE5B4AF) is known color: Cavern Pink. HEX triplet: E5, B4 and AF. RGB value is (229,180,175). Sum of RGB (Red+Green+Blue) = 229+180+175=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4AF is #1A4B50. Grayscale: #C2C2C2. Windows color (decimal): -1723217 or 11515109. OLE color: 11515109.
HSL color Cylindrical-coordinate representation of color #E5B4AF: hue angle of 5.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B4AF is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 175 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.10 |
| HSL | 5.56º | 0.51% | 0.79% | - |
| HSV(B) | 5.56º | 0.24% | 0.9% | - |
| XYZ | 56.37 | 52.4 | 47.7 | - |
| YUV | 194.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 175 | 0 | 0.21 | 0.24 | 0.10 | 5.56 | 0.51 | 0.79 |
| Hex | E5 | B4 | AF | 0 | 15 | 18 | A | 6 | 33 | 4F |
| Octal | 345 | 264 | 257 | 0 | 25 | 30 | 12 | 6 | 63 | 117 |
| Binary | 11100101 | 10110100 | 10101111 | 0 | 10101 | 11000 | 1010 | 110 | 110011 | 1001111 |
Color Harmonies of #E5B4AF
Complementary color
Monochromatic Colors of #E5B4AF
Black with #E5B4AF
Text Example
Text Example
White with #E5B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4AF; }
p { color: rgb(229,180,175); }
H1.HeaderClassName
{
color: #E5B4AF;
}
.AnyTagClassName
{
color: #E5B4AF;
}
</style>
background-color css
<style>
a { background-color: #E5B4AF; }
a { background-color: rgb(229,180,175); }
div.DivClassName
{
background-color: #E5B4AF;
}
.BgClassName
{
background-color: #E5B4AF;
}
</style>
border-color css
<style>
span { border-color: #E5B4AF; }
span { border-color: rgb(229,180,175); }
td.TdClassName
{
border-color: #E5B4AF;
}
.TagClassName
{
border-color: #E5B4AF;
}
</style>