#E2BFBA

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

Shades of Cavern Pink #E2BFBA

Tints of Cavern Pink #E2BFBA

Color information

#E2BFBA (or 0xE2BFBA) is unknown color: approx Cavern Pink. HEX triplet: E2, BF and BA. RGB value is (226,191,186). Sum of RGB (Red+Green+Blue) = 226+191+186=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFBA is #1D4045. Grayscale: #C8C8C8. Windows color (decimal): -1916998 or 12238818. OLE color: 12238818.

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

Color convert

RGB226191186-
CMYK00.150.180.11
HSL7.5º40.82%80.78%-
HSV(B)7.5º17.7%88.63%-
XYZ58.8656.9854.35-
YUV200.9119.6145.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=37.48%
G=31.67%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619118600.150.180.117.540.8280.78
HexE2BFBA0F12B82951
Octal34227727201722131051121
Binary1110001010111111101110100111110010101110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFBA; }

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

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

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

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

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

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

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

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