#EFBBBB

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

Shades of Beauty Bush #EFBBBB

Tints of Beauty Bush #EFBBBB

Color information

#EFBBBB (or 0xEFBBBB) is unknown color: approx Beauty Bush. HEX triplet: EF, BB and BB. RGB value is (239,187,187). Sum of RGB (Red+Green+Blue) = 239+187+187=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBB is #104444. Grayscale: #CACACA. Windows color (decimal): -1066053 or 12303343. OLE color: 12303343.

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

Color convert

RGB239187187-
CMYK00.220.220.06
HSL61.9%83.53%-
HSV(B)21.76%93.73%-
XYZ62.3457.4854.82-
YUV202.55119.23154-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=38.99%
G=30.51%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918718700.220.220.06061.983.53
HexEFBBBB01616603e54
Octal357273273026266076124
Binary1110111110111011101110110101101011011001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBBB; }

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

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

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

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

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

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

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

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