#EBB1AF

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

Shades of Beauty Bush #EBB1AF

Tints of Beauty Bush #EBB1AF

Color information

#EBB1AF (or 0xEBB1AF) is unknown color: approx Beauty Bush. HEX triplet: EB, B1 and AF. RGB value is (235,177,175). Sum of RGB (Red+Green+Blue) = 235+177+175=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AF is #144E50. Grayscale: #C2C2C2. Windows color (decimal): -1330769 or 11514347. OLE color: 11514347.

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

Color convert

RGB235177175-
CMYK00.250.260.08
HSL60%80.39%-
HSV(B)25.53%92.16%-
XYZ57.7252.247.59-
YUV194.11117.22157.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=40.03%
G=30.15%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517717500.250.260.0826080.39
HexEBB1AF0191A823c50
Octal3532612570313210274120
Binary111010111011000110101111011001110101000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1AF; }

 p { color: rgb(235,177,175); }

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

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

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

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

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

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

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