Shades of Cavern Pink #E0B8B6
Tints of Cavern Pink #E0B8B6
RGB
CMYK
RGB Variations
Color information
#E0B8B6 (or 0xE0B8B6) is known color: Cavern Pink. HEX triplet: E0, B8 and B6. RGB value is (224,184,182). Sum of RGB (Red+Green+Blue) = 224+184+182=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8B6 is #1F4749. Grayscale: #C3C3C3. Windows color (decimal): -2049866 or 11974880. OLE color: 11974880.
HSL color Cylindrical-coordinate representation of color #E0B8B6: hue angle of 2.86º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B8B6 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 182 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.12 |
| HSL | 2.86º | 0.4% | 0.8% | - |
| HSV(B) | 2.86º | 0.19% | 0.88% | - |
| XYZ | 56.32 | 53.51 | 51.61 | - |
| YUV | 195.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 182 | 0 | 0.18 | 0.19 | 0.12 | 2.86 | 0.4 | 0.8 |
| Hex | E0 | B8 | B6 | 0 | 12 | 13 | C | 3 | 28 | 50 |
| Octal | 340 | 270 | 266 | 0 | 22 | 23 | 14 | 3 | 50 | 120 |
| Binary | 11100000 | 10111000 | 10110110 | 0 | 10010 | 10011 | 1100 | 11 | 101000 | 1010000 |
Color Harmonies of #E0B8B6
Complementary color
Monochromatic Colors of #E0B8B6
Black with #E0B8B6
Text Example
Text Example
White with #E0B8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8B6; }
p { color: rgb(224,184,182); }
H1.HeaderClassName
{
color: #E0B8B6;
}
.AnyTagClassName
{
color: #E0B8B6;
}
</style>
background-color css
<style>
a { background-color: #E0B8B6; }
a { background-color: rgb(224,184,182); }
div.DivClassName
{
background-color: #E0B8B6;
}
.BgClassName
{
background-color: #E0B8B6;
}
</style>
border-color css
<style>
span { border-color: #E0B8B6; }
span { border-color: rgb(224,184,182); }
td.TdClassName
{
border-color: #E0B8B6;
}
.TagClassName
{
border-color: #E0B8B6;
}
</style>