#EAB9EF

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

Shades of Thistle #EAB9EF

Tints of Thistle #EAB9EF

Color information

#EAB9EF (or 0xEAB9EF) is unknown color: approx Thistle. HEX triplet: EA, B9 and EF. RGB value is (234,185,239). Sum of RGB (Red+Green+Blue) = 234+185+239=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9EF is #154610. Grayscale: #CDCDCD. Windows color (decimal): -1394193 or 15710698. OLE color: 15710698.

HSL color Cylindrical-coordinate representation of color #EAB9EF: hue angle of 294.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB9EF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234185239-
CMYK0.020.2300.06
HSL294.44º62.79%83.14%-
HSV(B)294.44º22.59%93.73%-
XYZ66.8658.4289.41-
YUV205.81146.73148.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 185 (72.66% from 255) = 28.12%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=35.56%
G=28.12%
B=36.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341852390.020.2300.06294.4462.7983.14
HexEAB9EF217061263f53
Octal3522713572270644677123
Binary111010101011100111101111101011101101001001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9EF; }

 p { color: rgb(234,185,239); }

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

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

 a { background-color: rgb(234,185,239); }

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

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

 span { border-color: rgb(234,185,239); }

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