#EBBAB9

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

Shades of Beauty Bush #EBBAB9

Tints of Beauty Bush #EBBAB9

Color information

#EBBAB9 (or 0xEBBAB9) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B9. RGB value is (235,186,185). Sum of RGB (Red+Green+Blue) = 235+186+185=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB9 is #144546. Grayscale: #C8C8C8. Windows color (decimal): -1328455 or 12172011. OLE color: 12172011.

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

Color convert

RGB235186185-
CMYK00.210.210.08
HSL1.2º55.56%82.35%-
HSV(B)1.2º21.28%92.16%-
XYZ60.5856.2853.57-
YUV200.54119.23152.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=38.78%
G=30.69%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518618500.210.210.081.255.5682.35
HexEBBAB901515813852
Octal3532722710252510170122
Binary11101011101110101011100101010110101100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB9; }

 p { color: rgb(235,186,185); }

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

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

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

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

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

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

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