#E8BEAF

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

Shades of Zinnwaldite #E8BEAF

Tints of Zinnwaldite #E8BEAF

Color information

#E8BEAF (or 0xE8BEAF) is unknown color: approx Zinnwaldite. HEX triplet: E8, BE and AF. RGB value is (232,190,175). Sum of RGB (Red+Green+Blue) = 232+190+175=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEAF is #174150. Grayscale: #C8C8C8. Windows color (decimal): -1524049 or 11517672. OLE color: 11517672.

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

Color convert

RGB232190175-
CMYK00.180.250.09
HSL15.79º55.34%79.8%-
HSV(B)15.79º24.57%90.98%-
XYZ59.4357.0848.44-
YUV200.85113.41150.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=38.86%
G=31.83%
B=29.31%

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
Decimal23219017500.180.250.0915.7955.3479.8
HexE8BEAF012199103750
Octal35027625702231112067120
Binary111010001011111010101111010010110011001100001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BEAF; }

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

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

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

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

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

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

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

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