#E2BAAE

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

Shades of Cavern Pink #E2BAAE

Tints of Cavern Pink #E2BAAE

Color information

#E2BAAE (or 0xE2BAAE) is unknown color: approx Cavern Pink. HEX triplet: E2, BA and AE. RGB value is (226,186,174). Sum of RGB (Red+Green+Blue) = 226+186+174=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAE is #1D4551. Grayscale: #C4C4C4. Windows color (decimal): -1918290 or 11451106. OLE color: 11451106.

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

Color convert

RGB226186174-
CMYK00.180.230.11
HSL13.85º47.27%78.43%-
HSV(B)13.85º23.01%88.63%-
XYZ56.5654.3447.55-
YUV196.59115.25148.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=38.57%
G=31.74%
B=29.69%

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
Decimal22618617400.180.230.1113.8547.2778.43
HexE2BAAE01217Be2f4e
Octal34227225602227131657116
Binary11100010101110101010111001001010111101111101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAAE; }

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

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

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

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

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

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

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

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