#E2BAAF

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

Shades of Cavern Pink #E2BAAF

Tints of Cavern Pink #E2BAAF

Color information

#E2BAAF (or 0xE2BAAF) is unknown color: approx Cavern Pink. HEX triplet: E2, BA and AF. RGB value is (226,186,175). Sum of RGB (Red+Green+Blue) = 226+186+175=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAF is #1D4550. Grayscale: #C4C4C4. Windows color (decimal): -1918289 or 11516642. OLE color: 11516642.

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

Color convert

RGB226186175-
CMYK00.180.230.11
HSL12.94º46.79%78.63%-
HSV(B)12.94º22.57%88.63%-
XYZ56.6654.3848.07-
YUV196.71115.75148.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=38.50%
G=31.69%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618617500.180.230.1112.9446.7978.63
HexE2BAAF01217Bd2f4f
Octal34227225702227131557117
Binary11100010101110101010111101001010111101111011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAAF; }

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

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

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

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

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

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

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

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