#EDBEBB

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

Shades of Beauty Bush #EDBEBB

Tints of Beauty Bush #EDBEBB

Color information

#EDBEBB (or 0xEDBEBB) is unknown color: approx Beauty Bush. HEX triplet: ED, BE and BB. RGB value is (237,190,187). Sum of RGB (Red+Green+Blue) = 237+190+187=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEBB is #124144. Grayscale: #CBCBCB. Windows color (decimal): -1196357 or 12304109. OLE color: 12304109.

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

Color convert

RGB237190187-
CMYK00.200.210.07
HSL3.6º58.14%83.14%-
HSV(B)3.6º21.1%92.94%-
XYZ62.3158.4255.01-
YUV203.71118.57151.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=38.60%
G=30.94%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719018700.200.210.073.658.1483.14
HexEDBEBB01415743a53
Octal355276273024257472123
Binary111011011011111010111011010100101011111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEBB; }

 p { color: rgb(237,190,187); }

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

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

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

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

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

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

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