#E0BBBB

Color #E0BBBB Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #E0BBBB

Tints of Cavern Pink #E0BBBB

Color information

#E0BBBB (or 0xE0BBBB) is unknown color: approx Cavern Pink. HEX triplet: E0, BB and BB. RGB value is (224,187,187). Sum of RGB (Red+Green+Blue) = 224+187+187=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBB is #1F4444. Grayscale: #C6C6C6. Windows color (decimal): -2049093 or 12303328. OLE color: 12303328.

HSL color Cylindrical-coordinate representation of color #E0BBBB: hue angle of 0º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBBB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224187187-
CMYK00.170.170.12
HSL37.37%80.59%-
HSV(B)16.52%87.84%-
XYZ57.4854.9854.6-
YUV198.06121.76146.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=37.46%
G=31.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418718700.170.170.12037.3780.59
HexE0BBBB01111C02551
Octal3402732730212114045121
Binary11100000101110111011101101000110001110001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBBB; }

 p { color: rgb(224,187,187); }

 H1.HeaderClassName
 {
   color: #E0BBBB;
 }
 .AnyTagClassName
 {
   color: #E0BBBB;
 }
</style>
background-color css

<style>
 a { background-color: #E0BBBB; }

 a { background-color: rgb(224,187,187); }

 div.DivClassName
 {
   background-color: #E0BBBB;
 }
 .BgClassName
 {
   background-color: #E0BBBB;
 }
</style>
border-color css

<style>
 span { border-color: #E0BBBB; }

 span { border-color: rgb(224,187,187); }

 td.TdClassName
 {
   border-color: #E0BBBB;
 }
 .TagClassName
 {
   border-color: #E0BBBB;
 }
</style>