#EBB6B2

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

Shades of Beauty Bush #EBB6B2

Tints of Beauty Bush #EBB6B2

Color information

#EBB6B2 (or 0xEBB6B2) is unknown color: approx Beauty Bush. HEX triplet: EB, B6 and B2. RGB value is (235,182,178). Sum of RGB (Red+Green+Blue) = 235+182+178=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6B2 is #14494D. Grayscale: #C5C5C5. Windows color (decimal): -1329486 or 11712235. OLE color: 11712235.

HSL color Cylindrical-coordinate representation of color #EBB6B2: hue angle of 4.21º degrees, saturation: 0.59, 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 #EBB6B2 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235182178-
CMYK00.230.240.08
HSL4.21º58.76%80.98%-
HSV(B)4.21º24.26%92.16%-
XYZ59.0254.3349.5-
YUV197.39117.06154.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 178 (69.92% from 255) = 29.92%
R=39.50%
G=30.59%
B=29.92%

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
Decimal23518217800.230.240.084.2158.7680.98
HexEBB6B201718843b51
Octal3532662620273010473121
Binary1110101110110110101100100101111100010001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6B2; }

 p { color: rgb(235,182,178); }

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

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

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

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

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

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

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