#E0BAB9

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

Shades of Cavern Pink #E0BAB9

Tints of Cavern Pink #E0BAB9

Color information

#E0BAB9 (or 0xE0BAB9) is unknown color: approx Cavern Pink. HEX triplet: E0, BA and B9. RGB value is (224,186,185). Sum of RGB (Red+Green+Blue) = 224+186+185=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAB9 is #1F4546. Grayscale: #C5C5C5. Windows color (decimal): -2049351 or 12172000. OLE color: 12172000.

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

Color convert

RGB224186185-
CMYK00.170.170.12
HSL1.54º38.61%80.2%-
HSV(B)1.54º17.41%87.84%-
XYZ57.0654.4753.41-
YUV197.25121.09147.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=37.65%
G=31.26%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418618500.170.170.121.5438.6180.2
HexE0BAB901111C22750
Octal3402722710212114247120
Binary111000001011101010111001010001100011100101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAB9; }

 p { color: rgb(224,186,185); }

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

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

 a { background-color: rgb(224,186,185); }

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

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

 span { border-color: rgb(224,186,185); }

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