#EBAEAE

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

Shades of Beauty Bush #EBAEAE

Tints of Beauty Bush #EBAEAE

Color information

#EBAEAE (or 0xEBAEAE) is unknown color: approx Beauty Bush. HEX triplet: EB, AE and AE. RGB value is (235,174,174). Sum of RGB (Red+Green+Blue) = 235+174+174=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEAE is #145151. Grayscale: #C0C0C0. Windows color (decimal): -1331538 or 11448043. OLE color: 11448043.

HSL color Cylindrical-coordinate representation of color #EBAEAE: hue angle of 0º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEAE is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235174174-
CMYK00.260.260.08
HSL60.4%80.2%-
HSV(B)25.96%92.16%-
XYZ57.0450.9946.88-
YUV192.24117.71158.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=40.31%
G=29.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517417400.260.260.08060.480.2
HexEBAEAE01A1A803c50
Octal3532562560323210074120
Binary11101011101011101010111001101011010100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEAE; }

 p { color: rgb(235,174,174); }

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

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

 a { background-color: rgb(235,174,174); }

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

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

 span { border-color: rgb(235,174,174); }

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