#EDBAB6

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

Shades of Beauty Bush #EDBAB6

Tints of Beauty Bush #EDBAB6

Color information

#EDBAB6 (or 0xEDBAB6) is unknown color: approx Beauty Bush. HEX triplet: ED, BA and B6. RGB value is (237,186,182). Sum of RGB (Red+Green+Blue) = 237+186+182=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB6 is #124549. Grayscale: #C8C8C8. Windows color (decimal): -1197386 or 11975405. OLE color: 11975405.

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

Color convert

RGB237186182-
CMYK00.220.230.07
HSL4.36º60.44%82.16%-
HSV(B)4.36º23.21%92.94%-
XYZ60.9356.551.95-
YUV200.79117.4153.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=39.17%
G=30.74%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718618200.220.230.074.3660.4482.16
HexEDBAB601617743c52
Octal355272266026277474122
Binary111011011011101010110110010110101111111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAB6; }

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

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

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

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

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

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

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

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