#E8B4AF

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

Shades of Beauty Bush #E8B4AF

Tints of Beauty Bush #E8B4AF

Color information

#E8B4AF (or 0xE8B4AF) is unknown color: approx Beauty Bush. HEX triplet: E8, B4 and AF. RGB value is (232,180,175). Sum of RGB (Red+Green+Blue) = 232+180+175=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B4AF is #174B50. Grayscale: #C3C3C3. Windows color (decimal): -1526609 or 11515112. OLE color: 11515112.

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

Color convert

RGB232180175-
CMYK00.220.250.09
HSL5.26º55.34%79.8%-
HSV(B)5.26º24.57%90.98%-
XYZ57.3452.8947.74-
YUV194.98116.73154.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=39.52%
G=30.66%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218017500.220.250.095.2655.3479.8
HexE8B4AF01619953750
Octal3502642570263111567120
Binary1110100010110100101011110101101100110011011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4AF; }

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

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

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

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

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

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

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

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