#EDBAB5

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

Shades of Beauty Bush #EDBAB5

Tints of Beauty Bush #EDBAB5

Color information

#EDBAB5 (or 0xEDBAB5) is unknown color: approx Beauty Bush. HEX triplet: ED, BA and B5. RGB value is (237,186,181). Sum of RGB (Red+Green+Blue) = 237+186+181=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB5 is #12454A. Grayscale: #C8C8C8. Windows color (decimal): -1197387 or 11909869. OLE color: 11909869.

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

Color convert

RGB237186181-
CMYK00.220.240.07
HSL5.36º60.87%81.96%-
HSV(B)5.36º23.63%92.94%-
XYZ60.8256.4651.41-
YUV200.68116.9153.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=39.24%
G=30.79%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718618100.220.240.075.3660.8781.96
HexEDBAB501618753d52
Octal355272265026307575122
Binary111011011011101010110101010110110001111011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAB5; }

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

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

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

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

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

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

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

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