#E7AEAE

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

Shades of Beauty Bush #E7AEAE

Tints of Beauty Bush #E7AEAE

Color information

#E7AEAE (or 0xE7AEAE) is unknown color: approx Beauty Bush. HEX triplet: E7, AE and AE. RGB value is (231,174,174). Sum of RGB (Red+Green+Blue) = 231+174+174=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEAE is #185151. Grayscale: #BFBFBF. Windows color (decimal): -1593682 or 11448039. OLE color: 11448039.

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

Color convert

RGB231174174-
CMYK00.250.250.09
HSL54.29%79.41%-
HSV(B)24.68%90.59%-
XYZ55.7350.3246.82-
YUV191.04118.38156.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=39.90%
G=30.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117417400.250.250.09054.2979.41
HexE7AEAE0191990364f
Octal3472562560313111066117
Binary11100111101011101010111001100111001100101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEAE; }

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

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

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

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

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

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

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

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