#E7BABA

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

Shades of Beauty Bush #E7BABA

Tints of Beauty Bush #E7BABA

Color information

#E7BABA (or 0xE7BABA) is unknown color: approx Beauty Bush. HEX triplet: E7, BA and BA. RGB value is (231,186,186). Sum of RGB (Red+Green+Blue) = 231+186+186=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABA is #184545. Grayscale: #C7C7C7. Windows color (decimal): -1590598 or 12237543. OLE color: 12237543.

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

Color convert

RGB231186186-
CMYK00.190.190.09
HSL48.39%81.76%-
HSV(B)19.48%90.59%-
XYZ59.3855.6554.07-
YUV199.46120.41150.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=38.31%
G=30.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118618600.190.190.09048.3981.76
HexE7BABA01313903052
Octal3472722720232311060122
Binary11100111101110101011101001001110011100101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BABA; }

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

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

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

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

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

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

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

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