Shades of Cavern Pink #E1B8B3
Tints of Cavern Pink #E1B8B3
RGB
CMYK
RGB Variations
Color information
#E1B8B3 (or 0xE1B8B3) is known color: Cavern Pink. HEX triplet: E1, B8 and B3. RGB value is (225,184,179). Sum of RGB (Red+Green+Blue) = 225+184+179=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B8B3 is #1E474C. Grayscale: #C3C3C3. Windows color (decimal): -1984333 or 11778273. OLE color: 11778273.
HSL color Cylindrical-coordinate representation of color #E1B8B3: hue angle of 6.52º 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 #E1B8B3 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 179 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.12 |
| HSL | 6.52º | 0.43% | 0.79% | - |
| HSV(B) | 6.52º | 0.2% | 0.88% | - |
| XYZ | 56.33 | 53.54 | 50.01 | - |
| YUV | 195.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 179 | 0 | 0.18 | 0.20 | 0.12 | 6.52 | 0.43 | 0.79 |
| Hex | E1 | B8 | B3 | 0 | 12 | 14 | C | 7 | 2B | 4F |
| Octal | 341 | 270 | 263 | 0 | 22 | 24 | 14 | 7 | 53 | 117 |
| Binary | 11100001 | 10111000 | 10110011 | 0 | 10010 | 10100 | 1100 | 111 | 101011 | 1001111 |
Color Harmonies of #E1B8B3
Complementary color
Monochromatic Colors of #E1B8B3
Black with #E1B8B3
Text Example
Text Example
White with #E1B8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8B3; }
p { color: rgb(225,184,179); }
H1.HeaderClassName
{
color: #E1B8B3;
}
.AnyTagClassName
{
color: #E1B8B3;
}
</style>
background-color css
<style>
a { background-color: #E1B8B3; }
a { background-color: rgb(225,184,179); }
div.DivClassName
{
background-color: #E1B8B3;
}
.BgClassName
{
background-color: #E1B8B3;
}
</style>
border-color css
<style>
span { border-color: #E1B8B3; }
span { border-color: rgb(225,184,179); }
td.TdClassName
{
border-color: #E1B8B3;
}
.TagClassName
{
border-color: #E1B8B3;
}
</style>