#E7AFAE

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

Shades of Beauty Bush #E7AFAE

Tints of Beauty Bush #E7AFAE

Color information

#E7AFAE (or 0xE7AFAE) is unknown color: approx Beauty Bush. HEX triplet: E7, AF and AE. RGB value is (231,175,174). Sum of RGB (Red+Green+Blue) = 231+175+174=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFAE is #185051. Grayscale: #BFBFBF. Windows color (decimal): -1593426 or 11448295. OLE color: 11448295.

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

Color convert

RGB231175174-
CMYK00.240.250.09
HSL1.05º54.29%79.41%-
HSV(B)1.05º24.68%90.59%-
XYZ55.9250.746.88-
YUV191.63118.05156.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 30%
R=39.83%
G=30.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117517400.240.250.091.0554.2979.41
HexE7AFAE0181991364f
Octal3472572560303111166117
Binary11100111101011111010111001100011001100111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFAE; }

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

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

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

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

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

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

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

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