#E1BFBB

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

Shades of Cavern Pink #E1BFBB

Tints of Cavern Pink #E1BFBB

Color information

#E1BFBB (or 0xE1BFBB) is unknown color: approx Cavern Pink. HEX triplet: E1, BF and BB. RGB value is (225,191,187). Sum of RGB (Red+Green+Blue) = 225+191+187=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBB is #1E4044. Grayscale: #C8C8C8. Windows color (decimal): -1982533 or 12304353. OLE color: 12304353.

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

Color convert

RGB225191187-
CMYK00.150.170.12
HSL6.32º38.78%80.78%-
HSV(B)6.32º16.89%88.24%-
XYZ58.6556.8654.9-
YUV200.71120.26145.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=37.31%
G=31.67%
B=31.01%

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
Decimal22519118700.150.170.126.3238.7880.78
HexE1BFBB0F11C62751
Octal3412772730172114647121
Binary111000011011111110111011011111000111001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFBB; }

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

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

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

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

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

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

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

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