#EBC2C2

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

Shades of Beauty Bush #EBC2C2

Tints of Beauty Bush #EBC2C2

Color information

#EBC2C2 (or 0xEBC2C2) is unknown color: approx Beauty Bush. HEX triplet: EB, C2 and C2. RGB value is (235,194,194). Sum of RGB (Red+Green+Blue) = 235+194+194=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C2 is #143D3D. Grayscale: #CECECE. Windows color (decimal): -1326398 or 12763883. OLE color: 12763883.

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

Color convert

RGB235194194-
CMYK00.170.170.08
HSL50.62%84.12%-
HSV(B)17.45%92.16%-
XYZ63.2960.1459.31-
YUV206.26121.08148.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=37.72%
G=31.14%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519419400.170.170.08050.6284.12
HexEBC2C201111803354
Octal3533023020212110063124
Binary11101011110000101100001001000110001100001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2C2; }

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

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

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

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

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

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

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

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