#E8BDBD

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

Shades of Beauty Bush #E8BDBD

Tints of Beauty Bush #E8BDBD

Color information

#E8BDBD (or 0xE8BDBD) is unknown color: approx Beauty Bush. HEX triplet: E8, BD and BD. RGB value is (232,189,189). Sum of RGB (Red+Green+Blue) = 232+189+189=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBD is #174242. Grayscale: #C9C9C9. Windows color (decimal): -1524291 or 12434920. OLE color: 12434920.

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

Color convert

RGB232189189-
CMYK00.190.190.09
HSL48.31%82.55%-
HSV(B)18.53%90.98%-
XYZ60.6657.2355.99-
YUV201.86120.75149.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=38.03%
G=30.98%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218918900.190.190.09048.3182.55
HexE8BDBD01313903053
Octal3502752750232311060123
Binary11101000101111011011110101001110011100101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDBD; }

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

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

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

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

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

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

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

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