Html Css Color HEX #ECB1B0 Beauty Bush

📋 copy color: '#ECB1B0'

red 236 ◦ green 177 ◦ blue 176

#ECB1B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #ECB1B0

Tints of Beauty Bush #ECB1B0

RGB

 RED value IS 236 (92.58% from 255) = 40.07%

 GREEN value IS 177 (69.53% from 255) = 30.05%

 BLUE value IS 176 (69.14% from 255) = 29.88%

R = 40.07%
G = 30.05%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECB1B0 (or 0xECB1B0) is known color: Beauty Bush. HEX triplet: EC, B1 and B0. RGB value is (236,177,176). Sum of RGB (Red+Green+Blue) = 236+177+176=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1B0 is #134E4F. Grayscale: #C2C2C2. Windows color (decimal): -1265232 or 11579884. OLE color: 11579884.

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

Color convert

RGB 236 177 176 -
CMYK 0 0.25 0.25 0.07
HSL 0.61% 0.81% -
HSV(B) 0.25% 0.93% -
XYZ 58.15 52.41 48.13 -
YUV 194.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 236 177 176 0 0.25 0.25 0.07 1 0.61 0.81
Hex EC B1 B0 0 19 19 7 1 3D 51
Octal 354 261 260 0 31 31 7 1 75 121
Binary 11101100 10110001 10110000 0 11001 11001 111 1 111101 1010001

Color Harmonies of #ECB1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1B0

Black with #ECB1B0

Text Example


Text Example

White with #ECB1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1B0; }

 p { color: rgb(236,177,176); }

 H1.HeaderClassName
 {
   color: #ECB1B0;
 }
 .AnyTagClassName
 {
   color: #ECB1B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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