#E0BFBB

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

Shades of Cavern Pink #E0BFBB

Tints of Cavern Pink #E0BFBB

Color information

#E0BFBB (or 0xE0BFBB) is unknown color: approx Cavern Pink. HEX triplet: E0, BF and BB. RGB value is (224,191,187). Sum of RGB (Red+Green+Blue) = 224+191+187=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBB is #1F4044. Grayscale: #C8C8C8. Windows color (decimal): -2048069 or 12304352. OLE color: 12304352.

HSL color Cylindrical-coordinate representation of color #E0BFBB: hue angle of 6.49º 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 #E0BFBB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224191187-
CMYK00.150.170.12
HSL6.49º37.37%80.59%-
HSV(B)6.49º16.52%87.84%-
XYZ58.3456.754.88-
YUV200.41120.43144.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=37.21%
G=31.73%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419118700.150.170.126.4937.3780.59
HexE0BFBB0F11C62551
Octal3402772730172114645121
Binary111000001011111110111011011111000111001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFBB; }

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

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

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

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

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

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

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

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