#E2B6AF

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

Shades of Cavern Pink #E2B6AF

Tints of Cavern Pink #E2B6AF

Color information

#E2B6AF (or 0xE2B6AF) is unknown color: approx Cavern Pink. HEX triplet: E2, B6 and AF. RGB value is (226,182,175). Sum of RGB (Red+Green+Blue) = 226+182+175=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B6AF is #1D4950. Grayscale: #C2C2C2. Windows color (decimal): -1919313 or 11515618. OLE color: 11515618.

HSL color Cylindrical-coordinate representation of color #E2B6AF: hue angle of 8.24º 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 #E2B6AF is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226182175-
CMYK00.190.230.11
HSL8.24º46.79%78.63%-
HSV(B)8.24º22.57%88.63%-
XYZ55.8352.7247.79-
YUV194.36117.08150.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=38.77%
G=31.22%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618217500.190.230.118.2446.7978.63
HexE2B6AF01317B82f4f
Octal34226625702327131057117
Binary11100010101101101010111101001110111101110001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B6AF; }

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

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

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

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

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

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

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

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