#EBB5B4

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

Shades of Beauty Bush #EBB5B4

Tints of Beauty Bush #EBB5B4

Color information

#EBB5B4 (or 0xEBB5B4) is unknown color: approx Beauty Bush. HEX triplet: EB, B5 and B4. RGB value is (235,181,180). Sum of RGB (Red+Green+Blue) = 235+181+180=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5B4 is #144A4B. Grayscale: #C5C5C5. Windows color (decimal): -1329740 or 11843051. OLE color: 11843051.

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

Color convert

RGB235181180-
CMYK00.230.230.08
HSL1.09º57.89%81.37%-
HSV(B)1.09º23.4%92.16%-
XYZ59.0254.0150.49-
YUV197.03118.39155.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=39.43%
G=30.37%
B=30.20%

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
Decimal23518118000.230.230.081.0957.8981.37
HexEBB5B401717813a51
Octal3532652640272710172121
Binary11101011101101011011010001011110111100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5B4; }

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

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

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

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

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

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

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

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