#E1B7B4

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

Shades of Cavern Pink #E1B7B4

Tints of Cavern Pink #E1B7B4

Color information

#E1B7B4 (or 0xE1B7B4) is unknown color: approx Cavern Pink. HEX triplet: E1, B7 and B4. RGB value is (225,183,180). Sum of RGB (Red+Green+Blue) = 225+183+180=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7B4 is #1E484B. Grayscale: #C3C3C3. Windows color (decimal): -1984588 or 11843553. OLE color: 11843553.

HSL color Cylindrical-coordinate representation of color #E1B7B4: hue angle of 4º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B7B4 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB225183180-
CMYK00.190.20.12
HSL42.86%79.41%-
HSV(B)20%88.24%-
XYZ56.2253.1750.48-
YUV195.22119.41149.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=38.27%
G=31.12%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518318000.190.20.12442.8679.41
HexE1B7B401314C42b4f
Octal3412672640232414453117
Binary1110000110110111101101000100111010011001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7B4; }

 p { color: rgb(225,183,180); }

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

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

 a { background-color: rgb(225,183,180); }

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

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

 span { border-color: rgb(225,183,180); }

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