#e8bbba

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

Shades of Beauty Bush #E8BBBA

Tints of Beauty Bush #E8BBBA

Color information

#E8BBBA (or 0xE8BBBA) is unknown color: approx Beauty Bush. HEX triplet: E8, BB and BA. RGB value is (232,187,186). Sum of RGB (Red+Green+Blue) = 232+187+186=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBBA is #174445. Grayscale: #C8C8C8. Windows color (decimal): -1524806 or 12237800. OLE color: 12237800.

HSL color Cylindrical-coordinate representation of color #E8BBBA: hue angle of 1.3º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BBBA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232187186-
CMYK00.190.200.09
HSL1.3º50%81.96%-
HSV(B)1.3º19.83%90.98%-
XYZ59.9156.2454.15-
YUV200.34119.91150.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=38.35%
G=30.91%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218718600.190.200.091.35081.96
HexE8BBBA01314913252
Octal3502732720232411162122
Binary11101000101110111011101001001110100100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8bbba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8bbba; }

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

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

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

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

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

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

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

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