#E1BEBA

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

Shades of Cavern Pink #E1BEBA

Tints of Cavern Pink #E1BEBA

Color information

#E1BEBA (or 0xE1BEBA) is unknown color: approx Cavern Pink. HEX triplet: E1, BE and BA. RGB value is (225,190,186). Sum of RGB (Red+Green+Blue) = 225+190+186=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEBA is #1E4145. Grayscale: #C8C8C8. Windows color (decimal): -1982790 or 12238561. OLE color: 12238561.

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

Color convert

RGB225190186-
CMYK00.160.170.12
HSL6.15º39.39%80.59%-
HSV(B)6.15º17.33%88.24%-
XYZ58.3356.3854.26-
YUV200.01120.1145.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=37.44%
G=31.61%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519018600.160.170.126.1539.3980.59
HexE1BEBA01011C62751
Octal3412762720202114647121
Binary1110000110111110101110100100001000111001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEBA; }

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

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

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

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

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

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

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

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