#ECB9B9

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

Shades of Beauty Bush #ECB9B9

Tints of Beauty Bush #ECB9B9

Color information

#ECB9B9 (or 0xECB9B9) is unknown color: approx Beauty Bush. HEX triplet: EC, B9 and B9. RGB value is (236,185,185). Sum of RGB (Red+Green+Blue) = 236+185+185=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9B9 is #134646. Grayscale: #C8C8C8. Windows color (decimal): -1263175 or 12171756. OLE color: 12171756.

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

Color convert

RGB236185185-
CMYK00.220.220.07
HSL57.3%82.55%-
HSV(B)21.61%92.55%-
XYZ60.756.0353.52-
YUV200.25119.4153.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=38.94%
G=30.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618518500.220.220.07057.382.55
HexECB9B901616703953
Octal354271271026267071123
Binary1110110010111001101110010101101011011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9B9; }

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

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

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

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

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

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

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

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