#E6AEAE

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

Shades of Beauty Bush #E6AEAE

Tints of Beauty Bush #E6AEAE

Color information

#E6AEAE (or 0xE6AEAE) is unknown color: approx Beauty Bush. HEX triplet: E6, AE and AE. RGB value is (230,174,174). Sum of RGB (Red+Green+Blue) = 230+174+174=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEAE is #195151. Grayscale: #BEBEBE. Windows color (decimal): -1659218 or 11448038. OLE color: 11448038.

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

Color convert

RGB230174174-
CMYK00.240.240.10
HSL52.83%79.22%-
HSV(B)24.35%90.2%-
XYZ55.4150.1546.8-
YUV190.74118.55156-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.79%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=39.79%
G=30.10%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017417400.240.240.10052.8379.22
HexE6AEAE01818A0354f
Octal3462562560303012065117
Binary11100110101011101010111001100011000101001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEAE; }

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

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

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

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

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

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

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

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