#E1BAEA

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

Shades of Thistle #E1BAEA

Tints of Thistle #E1BAEA

Color information

#E1BAEA (or 0xE1BAEA) is unknown color: approx Thistle. HEX triplet: E1, BA and EA. RGB value is (225,186,234). Sum of RGB (Red+Green+Blue) = 225+186+234=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAEA is #1E4515. Grayscale: #CACACA. Windows color (decimal): -1983766 or 15383265. OLE color: 15383265.

HSL color Cylindrical-coordinate representation of color #E1BAEA: hue angle of 288.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BAEA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225186234-
CMYK0.040.2100.08
HSL288.75º53.33%82.35%-
HSV(B)288.75º20.51%91.76%-
XYZ63.4657.0785.51-
YUV203.13145.42143.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=34.88%
G=28.84%
B=36.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251862340.040.2100.08288.7553.3382.35
HexE1BAEA415081213552
Octal34127235242501044165122
Binary11100001101110101110101010010101010001001000011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAEA; }

 p { color: rgb(225,186,234); }

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

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

 a { background-color: rgb(225,186,234); }

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

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

 span { border-color: rgb(225,186,234); }

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