#EDBBBB

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

Shades of Beauty Bush #EDBBBB

Tints of Beauty Bush #EDBBBB

Color information

#EDBBBB (or 0xEDBBBB) is unknown color: approx Beauty Bush. HEX triplet: ED, BB and BB. RGB value is (237,187,187). Sum of RGB (Red+Green+Blue) = 237+187+187=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBBB is #124444. Grayscale: #CACACA. Windows color (decimal): -1197125 or 12303341. OLE color: 12303341.

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

Color convert

RGB237187187-
CMYK00.210.210.07
HSL58.14%83.14%-
HSV(B)21.1%92.94%-
XYZ61.6757.1354.79-
YUV201.95119.56153-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=38.79%
G=30.61%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718718700.210.210.07058.1483.14
HexEDBBBB01515703a53
Octal355273273025257072123
Binary1110110110111011101110110101011010111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBBB; }

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

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

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

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

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

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

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

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