#EBBEB6

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

Shades of Beauty Bush #EBBEB6

Tints of Beauty Bush #EBBEB6

Color information

#EBBEB6 (or 0xEBBEB6) is unknown color: approx Beauty Bush. HEX triplet: EB, BE and B6. RGB value is (235,190,182). Sum of RGB (Red+Green+Blue) = 235+190+182=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEB6 is #144149. Grayscale: #CACACA. Windows color (decimal): -1327434 or 11976427. OLE color: 11976427.

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

Color convert

RGB235190182-
CMYK00.190.230.08
HSL9.06º56.99%81.76%-
HSV(B)9.06º22.55%92.16%-
XYZ61.1257.8752.2-
YUV202.54116.41151.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=38.71%
G=31.30%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519018200.190.230.089.0656.9981.76
HexEBBEB601317893952
Octal35327626602327101171122
Binary11101011101111101011011001001110111100010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEB6; }

 p { color: rgb(235,190,182); }

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

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

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

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

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

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

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