#E0BAB4

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

Shades of Cavern Pink #E0BAB4

Tints of Cavern Pink #E0BAB4

Color information

#E0BAB4 (or 0xE0BAB4) is unknown color: approx Cavern Pink. HEX triplet: E0, BA and B4. RGB value is (224,186,180). Sum of RGB (Red+Green+Blue) = 224+186+180=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAB4 is #1F454B. Grayscale: #C4C4C4. Windows color (decimal): -2049356 or 11844320. OLE color: 11844320.

HSL color Cylindrical-coordinate representation of color #E0BAB4: hue angle of 8.18º degrees, saturation: 0.42, 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 #E0BAB4 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224186180-
CMYK00.170.200.12
HSL8.18º41.51%79.22%-
HSV(B)8.18º19.64%87.84%-
XYZ56.5454.2650.67-
YUV196.68118.59147.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=37.97%
G=31.53%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418618000.170.200.128.1841.5179.22
HexE0BAB401114C82a4f
Octal34027226402124141052117
Binary11100000101110101011010001000110100110010001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAB4; }

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

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

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

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

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

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

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

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