#E8C2BE

Color #E8C2BE Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #E8C2BE

Tints of Beauty Bush #E8C2BE

Color information

#E8C2BE (or 0xE8C2BE) is unknown color: approx Beauty Bush. HEX triplet: E8, C2 and BE. RGB value is (232,194,190). Sum of RGB (Red+Green+Blue) = 232+194+190=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C2BE is #173D41. Grayscale: #CCCCCC. Windows color (decimal): -1523010 or 12501736. OLE color: 12501736.

HSL color Cylindrical-coordinate representation of color #E8C2BE: hue angle of 5.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8C2BE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232194190-
CMYK00.160.180.09
HSL5.71º47.73%82.75%-
HSV(B)5.71º18.1%90.98%-
XYZ61.8659.4656.93-
YUV204.91119.59147.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.66%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=37.66%
G=31.49%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219419000.160.180.095.7147.7382.75
HexE8C2BE01012963053
Octal3503022760202211660123
Binary1110100011000010101111100100001001010011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2BE; }

 p { color: rgb(232,194,190); }

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

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

 a { background-color: rgb(232,194,190); }

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

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

 span { border-color: rgb(232,194,190); }

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