#E3BAAE

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

Shades of Cavern Pink #E3BAAE

Tints of Cavern Pink #E3BAAE

Color information

#E3BAAE (or 0xE3BAAE) is unknown color: approx Cavern Pink. HEX triplet: E3, BA and AE. RGB value is (227,186,174). Sum of RGB (Red+Green+Blue) = 227+186+174=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAAE is #1C4551. Grayscale: #C4C4C4. Windows color (decimal): -1852754 or 11451107. OLE color: 11451107.

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

Color convert

RGB227186174-
CMYK00.180.230.11
HSL13.58º48.62%78.63%-
HSV(B)13.58º23.35%89.02%-
XYZ56.8854.547.57-
YUV196.89115.08149.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.67%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=38.67%
G=31.69%
B=29.64%

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
Decimal22718617400.180.230.1113.5848.6278.63
HexE3BAAE01217Be314f
Octal34327225602227131661117
Binary11100011101110101010111001001010111101111101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAAE; }

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

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

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

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

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

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

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

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