#E7BAAE

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

Shades of Cavern Pink #E7BAAE

Tints of Cavern Pink #E7BAAE

Color information

#E7BAAE (or 0xE7BAAE) is unknown color: approx Cavern Pink. HEX triplet: E7, BA and AE. RGB value is (231,186,174). Sum of RGB (Red+Green+Blue) = 231+186+174=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAAE is #184551. Grayscale: #C6C6C6. Windows color (decimal): -1590610 or 11451111. OLE color: 11451111.

HSL color Cylindrical-coordinate representation of color #E7BAAE: hue angle of 12.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BAAE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231186174-
CMYK00.190.250.09
HSL12.63º54.29%79.41%-
HSV(B)12.63º24.68%90.59%-
XYZ58.1555.1647.63-
YUV198.09114.41151.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=39.09%
G=31.47%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118617400.190.250.0912.6354.2979.41
HexE7BAAE013199d364f
Octal34727225602331111566117
Binary11100111101110101010111001001111001100111011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAAE; }

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

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

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

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

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

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

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

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