#E1BFBA

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

Shades of Cavern Pink #E1BFBA

Tints of Cavern Pink #E1BFBA

Color information

#E1BFBA (or 0xE1BFBA) is unknown color: approx Cavern Pink. HEX triplet: E1, BF and BA. RGB value is (225,191,186). Sum of RGB (Red+Green+Blue) = 225+191+186=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBA is #1E4045. Grayscale: #C8C8C8. Windows color (decimal): -1982534 or 12238817. OLE color: 12238817.

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

Color convert

RGB225191186-
CMYK00.150.170.12
HSL7.69º39.39%80.59%-
HSV(B)7.69º17.33%88.24%-
XYZ58.5556.8154.33-
YUV200.6119.76145.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=37.38%
G=31.73%
B=30.90%

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
Decimal22519118600.150.170.127.6939.3980.59
HexE1BFBA0F11C82751
Octal34127727201721141047121
Binary1110000110111111101110100111110001110010001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFBA; }

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

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

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

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

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

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

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

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