#E1B1AF

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

Shades of Cavern Pink #E1B1AF

Tints of Cavern Pink #E1B1AF

Color information

#E1B1AF (or 0xE1B1AF) is unknown color: approx Cavern Pink. HEX triplet: E1, B1 and AF. RGB value is (225,177,175). Sum of RGB (Red+Green+Blue) = 225+177+175=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B1AF is #1E4E50. Grayscale: #BFBFBF. Windows color (decimal): -1986129 or 11514337. OLE color: 11514337.

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

Color convert

RGB225177175-
CMYK00.210.220.12
HSL2.4º45.45%78.43%-
HSV(B)2.4º22.22%88.24%-
XYZ54.5150.5547.44-
YUV191.12118.9152.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=38.99%
G=30.68%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517717500.210.220.122.445.4578.43
HexE1B1AF01516C22d4e
Octal3412612570252614255116
Binary111000011011000110101111010101101101100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B1AF; }

 p { color: rgb(225,177,175); }

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

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

 a { background-color: rgb(225,177,175); }

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

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

 span { border-color: rgb(225,177,175); }

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