Html Css Color HEX #E2BDBB Beauty Bush

📋 copy color: '#E2BDBB'

red 226 ◦ green 189 ◦ blue 187

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

Shades of Beauty Bush #E2BDBB

Tints of Beauty Bush #E2BDBB

RGB

 RED value IS 226 (88.67% from 255) = 37.54%

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 187 (73.44% from 255) = 31.06%

R = 37.54%
G = 31.4%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2BDBB (or 0xE2BDBB) is known color: Beauty Bush. HEX triplet: E2, BD and BB. RGB value is (226,189,187). Sum of RGB (Red+Green+Blue) = 226+189+187=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDBB is #1D4244. Grayscale: #C7C7C7. Windows color (decimal): -1917509 or 12303842. OLE color: 12303842.

HSL color Cylindrical-coordinate representation of color #E2BDBB: hue angle of 3.08º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BDBB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 187 -
CMYK 0 0.16 0.17 0.11
HSL 3.08º 0.4% 0.81% -
HSV(B) 3.08º 0.17% 0.89% -
XYZ 58.53 56.15 54.77 -
YUV 199.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 226 189 187 0 0.16 0.17 0.11 3.08 0.4 0.81
Hex E2 BD BB 0 10 11 B 3 28 51
Octal 342 275 273 0 20 21 13 3 50 121
Binary 11100010 10111101 10111011 0 10000 10001 1011 11 101000 1010001

Color Harmonies of #E2BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDBB

Black with #E2BDBB

Text Example


Text Example

White with #E2BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDBB; }

 p { color: rgb(226,189,187); }

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

background-color css

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

 a { background-color: rgb(226,189,187); }

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

border-color css

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

 span { border-color: rgb(226,189,187); }

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