#E6AFAE

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

Shades of Beauty Bush #E6AFAE

Tints of Beauty Bush #E6AFAE

Color information

#E6AFAE (or 0xE6AFAE) is unknown color: approx Beauty Bush. HEX triplet: E6, AF and AE. RGB value is (230,175,174). Sum of RGB (Red+Green+Blue) = 230+175+174=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFAE is #195051. Grayscale: #BFBFBF. Windows color (decimal): -1658962 or 11448294. OLE color: 11448294.

HSL color Cylindrical-coordinate representation of color #E6AFAE: hue angle of 1.07º 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 #E6AFAE is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230175174-
CMYK00.240.240.10
HSL1.07º52.83%79.22%-
HSV(B)1.07º24.35%90.2%-
XYZ55.650.5446.87-
YUV191.33118.22155.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=39.72%
G=30.22%
B=30.05%

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
Decimal23017517400.240.240.101.0752.8379.22
HexE6AFAE01818A1354f
Octal3462572560303012165117
Binary11100110101011111010111001100011000101011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFAE; }

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

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

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

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

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

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

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

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