#E8BFAA

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

Shades of Zinnwaldite #E8BFAA

Tints of Zinnwaldite #E8BFAA

Color information

#E8BFAA (or 0xE8BFAA) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and AA. RGB value is (232,191,170). Sum of RGB (Red+Green+Blue) = 232+191+170=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAA is #174055. Grayscale: #C8C8C8. Windows color (decimal): -1523798 or 11190248. OLE color: 11190248.

HSL color Cylindrical-coordinate representation of color #E8BFAA: hue angle of 20.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8BFAA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB232191170-
CMYK00.180.270.09
HSL20.32º57.41%78.82%-
HSV(B)20.32º26.72%90.98%-
XYZ59.1757.3245.98-
YUV200.86110.58150.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=39.12%
G=32.21%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219117000.180.270.0920.3257.4178.82
HexE8BFAA0121B914394f
Octal35027725202233112471117
Binary111010001011111110101010010010110111001101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFAA; }

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

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

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

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

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

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

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

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