#EBBABA

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

Shades of Beauty Bush #EBBABA

Tints of Beauty Bush #EBBABA

Color information

#EBBABA (or 0xEBBABA) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and BA. RGB value is (235,186,186). Sum of RGB (Red+Green+Blue) = 235+186+186=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABA is #144545. Grayscale: #C8C8C8. Windows color (decimal): -1328454 or 12237547. OLE color: 12237547.

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

Color convert

RGB235186186-
CMYK00.210.210.08
HSL55.06%82.55%-
HSV(B)20.85%92.16%-
XYZ60.6856.3354.13-
YUV200.65119.73152.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=38.71%
G=30.64%
B=30.64%

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
Decimal23518618600.210.210.08055.0682.55
HexEBBABA01515803753
Octal3532722720252510067123
Binary11101011101110101011101001010110101100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBABA; }

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

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

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

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

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

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

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

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