#E2BAEA

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

Shades of Thistle #E2BAEA

Tints of Thistle #E2BAEA

Color information

#E2BAEA (or 0xE2BAEA) is unknown color: approx Thistle. HEX triplet: E2, BA and EA. RGB value is (226,186,234). Sum of RGB (Red+Green+Blue) = 226+186+234=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEA is #1D4515. Grayscale: #CBCBCB. Windows color (decimal): -1918230 or 15383266. OLE color: 15383266.

HSL color Cylindrical-coordinate representation of color #E2BAEA: hue angle of 290º 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 #E2BAEA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226186234-
CMYK0.030.2100.08
HSL290º53.33%82.35%-
HSV(B)290º20.51%91.76%-
XYZ63.7757.2385.53-
YUV203.43145.25144.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=34.98%
G=28.79%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261862340.030.2100.0829053.3382.35
HexE2BAEA315081223552
Octal34227235232501044265122
Binary1110001010111010111010101110101010001001000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAEA; }

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

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

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

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

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

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

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

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