#E7AFAD

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

Shades of Beauty Bush #E7AFAD

Tints of Beauty Bush #E7AFAD

Color information

#E7AFAD (or 0xE7AFAD) is unknown color: approx Beauty Bush. HEX triplet: E7, AF and AD. RGB value is (231,175,173). Sum of RGB (Red+Green+Blue) = 231+175+173=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFAD is #185052. Grayscale: #BFBFBF. Windows color (decimal): -1593427 or 11382759. OLE color: 11382759.

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

Color convert

RGB231175173-
CMYK00.240.250.09
HSL2.07º54.72%79.22%-
HSV(B)2.07º25.11%90.59%-
XYZ55.8350.6746.37-
YUV191.52117.55156.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=39.90%
G=30.22%
B=29.88%

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
Decimal23117517300.240.250.092.0754.7279.22
HexE7AFAD0181992374f
Octal3472572550303111267117
Binary111001111010111110101101011000110011001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFAD; }

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

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

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

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

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

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

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

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