#EBBBB0

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

Shades of Beauty Bush #EBBBB0

Tints of Beauty Bush #EBBBB0

Color information

#EBBBB0 (or 0xEBBBB0) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and B0. RGB value is (235,187,176). Sum of RGB (Red+Green+Blue) = 235+187+176=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBB0 is #14444F. Grayscale: #C8C8C8. Windows color (decimal): -1328208 or 11582443. OLE color: 11582443.

HSL color Cylindrical-coordinate representation of color #EBBBB0: hue angle of 11.19º degrees, saturation: 0.6, 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 #EBBBB0 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235187176-
CMYK00.200.250.08
HSL11.19º59.6%80.59%-
HSV(B)11.19º25.11%92.16%-
XYZ59.8756.3448.79-
YUV200.1114.4152.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=39.30%
G=31.27%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518717600.200.250.0811.1959.680.59
HexEBBBB0014198b3c51
Octal35327326002431101374121
Binary11101011101110111011000001010011001100010111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBB0; }

 p { color: rgb(235,187,176); }

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

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

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

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

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

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

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