#E8BFAF

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

Shades of Zinnwaldite #E8BFAF

Tints of Zinnwaldite #E8BFAF

Color information

#E8BFAF (or 0xE8BFAF) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and AF. RGB value is (232,191,175). Sum of RGB (Red+Green+Blue) = 232+191+175=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAF is #174050. Grayscale: #C9C9C9. Windows color (decimal): -1523793 or 11517928. OLE color: 11517928.

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

Color convert

RGB232191175-
CMYK00.180.250.09
HSL16.84º55.34%79.8%-
HSV(B)16.84º24.57%90.98%-
XYZ59.6557.5148.51-
YUV201.43113.08149.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=38.80%
G=31.94%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219117500.180.250.0916.8455.3479.8
HexE8BFAF012199113750
Octal35027725702231112167120
Binary111010001011111110101111010010110011001100011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFAF; }

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

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

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

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

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

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

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

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