#EDB2B0

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

Shades of Beauty Bush #EDB2B0

Tints of Beauty Bush #EDB2B0

Color information

#EDB2B0 (or 0xEDB2B0) is unknown color: approx Beauty Bush. HEX triplet: ED, B2 and B0. RGB value is (237,178,176). Sum of RGB (Red+Green+Blue) = 237+178+176=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2B0 is #124D4F. Grayscale: #C3C3C3. Windows color (decimal): -1199440 or 11580141. OLE color: 11580141.

HSL color Cylindrical-coordinate representation of color #EDB2B0: hue angle of 1.97º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB2B0 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237178176-
CMYK00.250.260.07
HSL1.97º62.89%80.98%-
HSV(B)1.97º25.74%92.94%-
XYZ58.6852.9848.21-
YUV195.41117.05157.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=40.10%
G=30.12%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717817600.250.260.071.9762.8980.98
HexEDB2B00191A723f51
Octal355262260031327277121
Binary11101101101100101011000001100111010111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2B0; }

 p { color: rgb(237,178,176); }

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

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

 a { background-color: rgb(237,178,176); }

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

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

 span { border-color: rgb(237,178,176); }

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