#E8AEAE

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

Shades of Beauty Bush #E8AEAE

Tints of Beauty Bush #E8AEAE

Color information

#E8AEAE (or 0xE8AEAE) is unknown color: approx Beauty Bush. HEX triplet: E8, AE and AE. RGB value is (232,174,174). Sum of RGB (Red+Green+Blue) = 232+174+174=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AEAE is #175151. Grayscale: #BFBFBF. Windows color (decimal): -1528146 or 11448040. OLE color: 11448040.

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

Color convert

RGB232174174-
CMYK00.250.250.09
HSL55.77%79.61%-
HSV(B)25%90.98%-
XYZ56.0550.4846.83-
YUV191.34118.22157-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 174 (68.36% from 255) = 30%
R=40%
G=30%
B=30%

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
Decimal23217417400.250.250.09055.7779.61
HexE8AEAE01919903850
Octal3502562560313111070120
Binary11101000101011101010111001100111001100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEAE; }

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

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

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

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

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

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

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

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