#E1BBAE

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

Shades of Cavern Pink #E1BBAE

Tints of Cavern Pink #E1BBAE

Color information

#E1BBAE (or 0xE1BBAE) is unknown color: approx Cavern Pink. HEX triplet: E1, BB and AE. RGB value is (225,187,174). Sum of RGB (Red+Green+Blue) = 225+187+174=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BBAE is #1E4451. Grayscale: #C4C4C4. Windows color (decimal): -1983570 or 11451361. OLE color: 11451361.

HSL color Cylindrical-coordinate representation of color #E1BBAE: hue angle of 15.29º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BBAE is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225187174-
CMYK00.170.230.12
HSL15.29º45.95%78.24%-
HSV(B)15.29º22.67%88.24%-
XYZ56.4654.647.61-
YUV196.88115.09148.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=38.40%
G=31.91%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518717400.170.230.1215.2945.9578.24
HexE1BBAE01117Cf2e4e
Octal34127325602127141756116
Binary11100001101110111010111001000110111110011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBAE; }

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

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

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

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

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

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

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

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