#E2BAB1

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

Shades of Cavern Pink #E2BAB1

Tints of Cavern Pink #E2BAB1

Color information

#E2BAB1 (or 0xE2BAB1) is unknown color: approx Cavern Pink. HEX triplet: E2, BA and B1. RGB value is (226,186,177). Sum of RGB (Red+Green+Blue) = 226+186+177=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAB1 is #1D454E. Grayscale: #C5C5C5. Windows color (decimal): -1918287 or 11647714. OLE color: 11647714.

HSL color Cylindrical-coordinate representation of color #E2BAB1: hue angle of 11.02º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BAB1 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226186177-
CMYK00.180.220.11
HSL11.02º45.79%79.02%-
HSV(B)11.02º21.68%88.63%-
XYZ56.8654.4649.11-
YUV196.93116.75148.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=38.37%
G=31.58%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618617700.180.220.1111.0245.7979.02
HexE2BAB101216Bb2e4f
Octal34227226102226131356117
Binary11100010101110101011000101001010110101110111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAB1; }

 p { color: rgb(226,186,177); }

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

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

 a { background-color: rgb(226,186,177); }

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

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

 span { border-color: rgb(226,186,177); }

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