#E2B0AF

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

Shades of Cavern Pink #E2B0AF

Tints of Cavern Pink #E2B0AF

Color information

#E2B0AF (or 0xE2B0AF) is unknown color: approx Cavern Pink. HEX triplet: E2, B0 and AF. RGB value is (226,176,175). Sum of RGB (Red+Green+Blue) = 226+176+175=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B0AF is #1D4F50. Grayscale: #BEBEBE. Windows color (decimal): -1920849 or 11514082. OLE color: 11514082.

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

Color convert

RGB226176175-
CMYK00.220.230.11
HSL1.18º46.79%78.63%-
HSV(B)1.18º22.57%88.63%-
XYZ54.6350.3147.39-
YUV190.84119.06153.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.17%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=39.17%
G=30.50%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617617500.220.230.111.1846.7978.63
HexE2B0AF01617B12f4f
Octal3422602570262713157117
Binary11100010101100001010111101011010111101111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0AF; }

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

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

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

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

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

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

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

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