#E6BABA

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

Shades of Beauty Bush #E6BABA

Tints of Beauty Bush #E6BABA

Color information

#E6BABA (or 0xE6BABA) is unknown color: approx Beauty Bush. HEX triplet: E6, BA and BA. RGB value is (230,186,186). Sum of RGB (Red+Green+Blue) = 230+186+186=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABA is #194545. Grayscale: #C7C7C7. Windows color (decimal): -1656134 or 12237542. OLE color: 12237542.

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

Color convert

RGB230186186-
CMYK00.190.190.10
HSL46.81%81.57%-
HSV(B)19.13%90.2%-
XYZ59.0555.4954.05-
YUV199.16120.58150-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=38.21%
G=30.90%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018618600.190.190.10046.8181.57
HexE6BABA01313A02f52
Octal3462722720232312057122
Binary11100110101110101011101001001110011101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BABA; }

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

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

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

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

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

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

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

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