#E8BAAE

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

Shades of Cavern Pink #E8BAAE

Tints of Cavern Pink #E8BAAE

Color information

#E8BAAE (or 0xE8BAAE) is unknown color: approx Cavern Pink. HEX triplet: E8, BA and AE. RGB value is (232,186,174). Sum of RGB (Red+Green+Blue) = 232+186+174=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAAE is #174551. Grayscale: #C6C6C6. Windows color (decimal): -1525074 or 11451112. OLE color: 11451112.

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

Color convert

RGB232186174-
CMYK00.200.250.09
HSL12.41º55.77%79.61%-
HSV(B)12.41º25%90.98%-
XYZ58.4855.3347.64-
YUV198.39114.24151.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=39.19%
G=31.42%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218617400.200.250.0912.4155.7779.61
HexE8BAAE014199c3850
Octal35027225602431111470120
Binary11101000101110101010111001010011001100111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAAE; }

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

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

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

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

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

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

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

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