#EBC2C0

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

Shades of Beauty Bush #EBC2C0

Tints of Beauty Bush #EBC2C0

Color information

#EBC2C0 (or 0xEBC2C0) is unknown color: approx Beauty Bush. HEX triplet: EB, C2 and C0. RGB value is (235,194,192). Sum of RGB (Red+Green+Blue) = 235+194+192=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C0 is #143D3F. Grayscale: #CECECE. Windows color (decimal): -1326400 or 12632811. OLE color: 12632811.

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

Color convert

RGB235194192-
CMYK00.170.180.08
HSL2.79º51.81%83.73%-
HSV(B)2.79º18.3%92.16%-
XYZ63.0760.0558.14-
YUV206.03120.08148.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=37.84%
G=31.24%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519419200.170.180.082.7951.8183.73
HexEBC2C001112833454
Octal3533023000212210364124
Binary111010111100001011000000010001100101000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2C0; }

 p { color: rgb(235,194,192); }

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

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

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

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

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

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

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