Html Css Color HEX #ECB2B0 Beauty Bush

📋 copy color: '#ECB2B0'

red 236 ◦ green 178 ◦ blue 176

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

Shades of Beauty Bush #ECB2B0

Tints of Beauty Bush #ECB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

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

R = 40%
G = 30.17%
B = 29.83%

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

#ECB2B0 (or 0xECB2B0) is known color: Beauty Bush. HEX triplet: EC, B2 and B0. RGB value is (236,178,176). Sum of RGB (Red+Green+Blue) = 236+178+176=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2B0 is #134D4F. Grayscale: #C3C3C3. Windows color (decimal): -1264976 or 11580140. OLE color: 11580140.

HSL color Cylindrical-coordinate representation of color #ECB2B0: hue angle of 2º 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 #ECB2B0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 176 -
CMYK 0 0.25 0.25 0.07
HSL 0.61% 0.81% -
HSV(B) 0.25% 0.93% -
XYZ 58.35 52.81 48.19 -
YUV 195.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 236 178 176 0 0.25 0.25 0.07 2 0.61 0.81
Hex EC B2 B0 0 19 19 7 2 3D 51
Octal 354 262 260 0 31 31 7 2 75 121
Binary 11101100 10110010 10110000 0 11001 11001 111 10 111101 1010001

Color Harmonies of #ECB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2B0

Black with #ECB2B0

Text Example


Text Example

White with #ECB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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