#EDBABA

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

Shades of Beauty Bush #EDBABA

Tints of Beauty Bush #EDBABA

Color information

#EDBABA (or 0xEDBABA) is unknown color: approx Beauty Bush. HEX triplet: ED, BA and BA. RGB value is (237,186,186). Sum of RGB (Red+Green+Blue) = 237+186+186=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABA is #124545. Grayscale: #C9C9C9. Windows color (decimal): -1197382 or 12237549. OLE color: 12237549.

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

Color convert

RGB237186186-
CMYK00.220.220.07
HSL58.62%82.94%-
HSV(B)21.52%92.94%-
XYZ61.3556.6754.16-
YUV201.25119.4153.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=38.92%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718618600.220.220.07058.6282.94
HexEDBABA01616703b53
Octal355272272026267073123
Binary1110110110111010101110100101101011011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBABA; }

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

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

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

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

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

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

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

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