#ECB3B3

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

Shades of Beauty Bush #ECB3B3

Tints of Beauty Bush #ECB3B3

Color information

#ECB3B3 (or 0xECB3B3) is unknown color: approx Beauty Bush. HEX triplet: EC, B3 and B3. RGB value is (236,179,179). Sum of RGB (Red+Green+Blue) = 236+179+179=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3B3 is #134C4C. Grayscale: #C4C4C4. Windows color (decimal): -1264717 or 11777004. OLE color: 11777004.

HSL color Cylindrical-coordinate representation of color #ECB3B3: hue angle of 0º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3B3 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236179179-
CMYK00.240.240.07
HSL60%81.37%-
HSV(B)24.15%92.55%-
XYZ58.8553.3349.84-
YUV196.04118.38156.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=39.73%
G=30.13%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617917900.240.240.0706081.37
HexECB3B301818703c51
Octal354263263030307074121
Binary1110110010110011101100110110001100011101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3B3; }

 p { color: rgb(236,179,179); }

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

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

 a { background-color: rgb(236,179,179); }

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

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

 span { border-color: rgb(236,179,179); }

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