#E2BFBB

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

Shades of Cavern Pink #E2BFBB

Tints of Cavern Pink #E2BFBB

Color information

#E2BFBB (or 0xE2BFBB) is unknown color: approx Cavern Pink. HEX triplet: E2, BF and BB. RGB value is (226,191,187). Sum of RGB (Red+Green+Blue) = 226+191+187=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFBB is #1D4044. Grayscale: #C9C9C9. Windows color (decimal): -1916997 or 12304354. OLE color: 12304354.

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

Color convert

RGB226191187-
CMYK00.150.170.11
HSL6.15º40.21%80.98%-
HSV(B)6.15º17.26%88.63%-
XYZ58.9657.0254.91-
YUV201.01120.1145.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=37.42%
G=31.62%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619118700.150.170.116.1540.2180.98
HexE2BFBB0F11B62851
Octal3422772730172113650121
Binary111000101011111110111011011111000110111101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFBB; }

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

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

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

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

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

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

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

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