#EABEAF

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

Shades of Zinnwaldite #EABEAF

Tints of Zinnwaldite #EABEAF

Color information

#EABEAF (or 0xEABEAF) is unknown color: approx Zinnwaldite. HEX triplet: EA, BE and AF. RGB value is (234,190,175). Sum of RGB (Red+Green+Blue) = 234+190+175=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEAF is #154150. Grayscale: #C9C9C9. Windows color (decimal): -1392977 or 11517674. OLE color: 11517674.

HSL color Cylindrical-coordinate representation of color #EABEAF: hue angle of 15.25º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABEAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234190175-
CMYK00.190.250.08
HSL15.25º58.42%80.2%-
HSV(B)15.25º25.21%91.76%-
XYZ60.0857.4148.47-
YUV201.45113.08151.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=39.07%
G=31.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419017500.190.250.0815.2558.4280.2
HexEABEAF013198f3a50
Octal35227625702331101772120
Binary11101010101111101010111101001111001100011111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEAF; }

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

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

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

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

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

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

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

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