#E8AFAE

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

Shades of Beauty Bush #E8AFAE

Tints of Beauty Bush #E8AFAE

Color information

#E8AFAE (or 0xE8AFAE) is unknown color: approx Beauty Bush. HEX triplet: E8, AF and AE. RGB value is (232,175,174). Sum of RGB (Red+Green+Blue) = 232+175+174=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AFAE is #175051. Grayscale: #BFBFBF. Windows color (decimal): -1527890 or 11448296. OLE color: 11448296.

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

Color convert

RGB232175174-
CMYK00.250.250.09
HSL1.03º55.77%79.61%-
HSV(B)1.03º25%90.98%-
XYZ56.2550.8746.9-
YUV191.93117.88156.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=39.93%
G=30.12%
B=29.95%

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
Decimal23217517400.250.250.091.0355.7779.61
HexE8AFAE01919913850
Octal3502572560313111170120
Binary11101000101011111010111001100111001100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFAE; }

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

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

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

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

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

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

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

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