#E8BABA

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

Shades of Beauty Bush #E8BABA

Tints of Beauty Bush #E8BABA

Color information

#E8BABA (or 0xE8BABA) is unknown color: approx Beauty Bush. HEX triplet: E8, BA and BA. RGB value is (232,186,186). Sum of RGB (Red+Green+Blue) = 232+186+186=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABA is #174545. Grayscale: #C7C7C7. Windows color (decimal): -1525062 or 12237544. OLE color: 12237544.

HSL color Cylindrical-coordinate representation of color #E8BABA: hue angle of 0º 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 #E8BABA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232186186-
CMYK00.200.200.09
HSL50%81.96%-
HSV(B)19.83%90.98%-
XYZ59.755.8254.08-
YUV199.75120.24151-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=38.41%
G=30.79%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218618600.200.200.0905081.96
HexE8BABA01414903252
Octal3502722720242411062122
Binary11101000101110101011101001010010100100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BABA; }

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

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

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

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

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

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

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

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