#EBB5B3

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

Shades of Beauty Bush #EBB5B3

Tints of Beauty Bush #EBB5B3

Color information

#EBB5B3 (or 0xEBB5B3) is unknown color: approx Beauty Bush. HEX triplet: EB, B5 and B3. RGB value is (235,181,179). Sum of RGB (Red+Green+Blue) = 235+181+179=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5B3 is #144A4C. Grayscale: #C4C4C4. Windows color (decimal): -1329741 or 11777515. OLE color: 11777515.

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

Color convert

RGB235181179-
CMYK00.230.240.08
HSL2.14º58.33%81.18%-
HSV(B)2.14º23.83%92.16%-
XYZ58.9253.9649.96-
YUV196.92117.89155.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=39.50%
G=30.42%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518117900.230.240.082.1458.3381.18
HexEBB5B301718823a51
Octal3532652630273010272121
Binary111010111011010110110011010111110001000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5B3; }

 p { color: rgb(235,181,179); }

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

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

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

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

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

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

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