#EBC1BE

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

Shades of Beauty Bush #EBC1BE

Tints of Beauty Bush #EBC1BE

Color information

#EBC1BE (or 0xEBC1BE) is unknown color: approx Beauty Bush. HEX triplet: EB, C1 and BE. RGB value is (235,193,190). Sum of RGB (Red+Green+Blue) = 235+193+190=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BE is #143E41. Grayscale: #CDCDCD. Windows color (decimal): -1326658 or 12501483. OLE color: 12501483.

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

Color convert

RGB235193190-
CMYK00.180.190.08
HSL52.94%83.33%-
HSV(B)19.15%92.16%-
XYZ62.6359.5256.9-
YUV205.22119.41149.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=38.03%
G=31.23%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519319000.180.190.08452.9483.33
HexEBC1BE01213843553
Octal3533012760222310465123
Binary1110101111000001101111100100101001110001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1BE; }

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

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

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

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

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

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

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

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