#EBB1B1

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

Shades of Beauty Bush #EBB1B1

Tints of Beauty Bush #EBB1B1

Color information

#EBB1B1 (or 0xEBB1B1) is unknown color: approx Beauty Bush. HEX triplet: EB, B1 and B1. RGB value is (235,177,177). Sum of RGB (Red+Green+Blue) = 235+177+177=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1B1 is #144E4E. Grayscale: #C2C2C2. Windows color (decimal): -1330767 or 11645419. OLE color: 11645419.

HSL color Cylindrical-coordinate representation of color #EBB1B1: hue angle of 0º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1B1 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235177177-
CMYK00.250.250.08
HSL59.18%80.78%-
HSV(B)24.68%92.16%-
XYZ57.9252.2848.63-
YUV194.34118.22157-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=39.90%
G=30.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517717700.250.250.08059.1880.78
HexEBB1B101919803b51
Octal3532612610313110073121
Binary11101011101100011011000101100111001100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1B1; }

 p { color: rgb(235,177,177); }

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

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

 a { background-color: rgb(235,177,177); }

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

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

 span { border-color: rgb(235,177,177); }

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