#E1B4AB

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

Shades of Cavern Pink #E1B4AB

Tints of Cavern Pink #E1B4AB

Color information

#E1B4AB (or 0xE1B4AB) is unknown color: approx Cavern Pink. HEX triplet: E1, B4 and AB. RGB value is (225,180,171). Sum of RGB (Red+Green+Blue) = 225+180+171=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B4AB is #1E4B54. Grayscale: #C0C0C0. Windows color (decimal): -1985365 or 11252961. OLE color: 11252961.

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

Color convert

RGB225180171-
CMYK00.20.240.12
HSL10º47.37%77.65%-
HSV(B)10º24%88.24%-
XYZ54.7251.5945.6-
YUV192.43115.91151.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=39.06%
G=31.25%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518017100.20.240.121047.3777.65
HexE1B4AB01418Ca2f4e
Octal34126425302430141257116
Binary11100001101101001010101101010011000110010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4AB; }

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

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

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

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

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

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

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

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