#EBC3C1

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

Shades of Beauty Bush #EBC3C1

Tints of Beauty Bush #EBC3C1

Color information

#EBC3C1 (or 0xEBC3C1) is unknown color: approx Beauty Bush. HEX triplet: EB, C3 and C1. RGB value is (235,195,193). Sum of RGB (Red+Green+Blue) = 235+195+193=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C1 is #143C3E. Grayscale: #CECECE. Windows color (decimal): -1326143 or 12698603. OLE color: 12698603.

HSL color Cylindrical-coordinate representation of color #EBC3C1: hue angle of 2.86º degrees, saturation: 0.51, 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 #EBC3C1 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235195193-
CMYK00.170.180.08
HSL2.86º51.22%83.92%-
HSV(B)2.86º17.87%92.16%-
XYZ63.460.5458.8-
YUV206.73120.25148.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=37.72%
G=31.30%
B=30.98%

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
Decimal23519519300.170.180.082.8651.2283.92
HexEBC3C101112833354
Octal3533033010212210363124
Binary111010111100001111000001010001100101000111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3C1; }

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

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

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

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

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

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

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

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