#EBB5B5

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

Shades of Beauty Bush #EBB5B5

Tints of Beauty Bush #EBB5B5

Color information

#EBB5B5 (or 0xEBB5B5) is unknown color: approx Beauty Bush. HEX triplet: EB, B5 and B5. RGB value is (235,181,181). Sum of RGB (Red+Green+Blue) = 235+181+181=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5B5 is #144A4A. Grayscale: #C5C5C5. Windows color (decimal): -1329739 or 11908587. OLE color: 11908587.

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

Color convert

RGB235181181-
CMYK00.230.230.08
HSL57.45%81.57%-
HSV(B)22.98%92.16%-
XYZ59.1354.0551.03-
YUV197.15118.89155-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=39.36%
G=30.32%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518118100.230.230.08057.4581.57
HexEBB5B501717803952
Octal3532652650272710071122
Binary11101011101101011011010101011110111100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5B5; }

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

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

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

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

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

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

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

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