#E6BBBB

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

Shades of Beauty Bush #E6BBBB

Tints of Beauty Bush #E6BBBB

Color information

#E6BBBB (or 0xE6BBBB) is unknown color: approx Beauty Bush. HEX triplet: E6, BB and BB. RGB value is (230,187,187). Sum of RGB (Red+Green+Blue) = 230+187+187=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBBB is #194444. Grayscale: #C7C7C7. Windows color (decimal): -1655877 or 12303334. OLE color: 12303334.

HSL color Cylindrical-coordinate representation of color #E6BBBB: hue angle of 0º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBBB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230187187-
CMYK00.190.190.10
HSL46.24%81.76%-
HSV(B)18.7%90.2%-
XYZ59.3755.9554.68-
YUV199.86120.75149.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=38.08%
G=30.96%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018718700.190.190.10046.2481.76
HexE6BBBB01313A02e52
Octal3462732730232312056122
Binary11100110101110111011101101001110011101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBBB; }

 p { color: rgb(230,187,187); }

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

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

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

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

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

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

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