#E0BEBE

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

Shades of Beauty Bush #E0BEBE

Tints of Beauty Bush #E0BEBE

Color information

#E0BEBE (or 0xE0BEBE) is unknown color: approx Beauty Bush. HEX triplet: E0, BE and BE. RGB value is (224,190,190). Sum of RGB (Red+Green+Blue) = 224+190+190=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEBE is #1F4141. Grayscale: #C8C8C8. Windows color (decimal): -2048322 or 12500704. OLE color: 12500704.

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

Color convert

RGB224190190-
CMYK00.150.150.12
HSL35.42%81.18%-
HSV(B)15.18%87.84%-
XYZ58.4556.3956.52-
YUV200.17122.26145-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=37.09%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419019000.150.150.12035.4281.18
HexE0BEBE0FFC02351
Octal3402762760171714043121
Binary111000001011111010111110011111111110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEBE; }

 p { color: rgb(224,190,190); }

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

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

 a { background-color: rgb(224,190,190); }

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

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

 span { border-color: rgb(224,190,190); }

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