#EDB1B0

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

Shades of Beauty Bush #EDB1B0

Tints of Beauty Bush #EDB1B0

Color information

#EDB1B0 (or 0xEDB1B0) is unknown color: approx Beauty Bush. HEX triplet: ED, B1 and B0. RGB value is (237,177,176). Sum of RGB (Red+Green+Blue) = 237+177+176=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1B0 is #124E4F. Grayscale: #C2C2C2. Windows color (decimal): -1199696 or 11579885. OLE color: 11579885.

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

Color convert

RGB237177176-
CMYK00.250.260.07
HSL0.98º62.89%80.98%-
HSV(B)0.98º25.74%92.94%-
XYZ58.4852.5848.14-
YUV194.83117.38158.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=40.17%
G=30%
B=29.83%

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
Decimal23717717600.250.260.070.9862.8980.98
HexEDB1B00191A713f51
Octal355261260031327177121
Binary1110110110110001101100000110011101011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1B0; }

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

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

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

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

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

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

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

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