Shades of Cavern Pink #E1B5B3
Tints of Cavern Pink #E1B5B3
RGB
CMYK
RGB Variations
Color information
#E1B5B3 (or 0xE1B5B3) is known color: Cavern Pink. HEX triplet: E1, B5 and B3. RGB value is (225,181,179). Sum of RGB (Red+Green+Blue) = 225+181+179=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5B3 is #1E4A4C. Grayscale: #C1C1C1. Windows color (decimal): -1985101 or 11777505. OLE color: 11777505.
HSL color Cylindrical-coordinate representation of color #E1B5B3: hue angle of 2.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5B3 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 179 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.12 |
| HSL | 2.61º | 0.43% | 0.79% | - |
| HSV(B) | 2.61º | 0.2% | 0.88% | - |
| XYZ | 55.71 | 52.31 | 49.81 | - |
| YUV | 193.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 179 | 0 | 0.20 | 0.20 | 0.12 | 2.61 | 0.43 | 0.79 |
| Hex | E1 | B5 | B3 | 0 | 14 | 14 | C | 3 | 2B | 4F |
| Octal | 341 | 265 | 263 | 0 | 24 | 24 | 14 | 3 | 53 | 117 |
| Binary | 11100001 | 10110101 | 10110011 | 0 | 10100 | 10100 | 1100 | 11 | 101011 | 1001111 |
Color Harmonies of #E1B5B3
Complementary color
Monochromatic Colors of #E1B5B3
Black with #E1B5B3
Text Example
Text Example
White with #E1B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5B3; }
p { color: rgb(225,181,179); }
H1.HeaderClassName
{
color: #E1B5B3;
}
.AnyTagClassName
{
color: #E1B5B3;
}
</style>
background-color css
<style>
a { background-color: #E1B5B3; }
a { background-color: rgb(225,181,179); }
div.DivClassName
{
background-color: #E1B5B3;
}
.BgClassName
{
background-color: #E1B5B3;
}
</style>
border-color css
<style>
span { border-color: #E1B5B3; }
span { border-color: rgb(225,181,179); }
td.TdClassName
{
border-color: #E1B5B3;
}
.TagClassName
{
border-color: #E1B5B3;
}
</style>