Html Css Color HEX #E1BAEA Thistle

📋 copy color: '#E1BAEA'

red 225 ◦ green 186 ◦ blue 234

#E1BAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #E1BAEA

Tints of Thistle #E1BAEA

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.8% from 255) = 36.28%

R = 34.88%
G = 28.84%
B = 36.28%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1BAEA (or 0xE1BAEA) is known color: 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

RGB 225 186 234 -
CMYK 0.04 0.21 0 0.08
HSL 288.75º 0.53% 0.82% -
HSV(B) 288.75º 0.21% 0.92% -
XYZ 63.46 57.07 85.51 -
YUV 203.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 225 186 234 0.04 0.21 0 0.08 288.75 0.53 0.82
Hex E1 BA EA 4 15 0 8 121 35 52
Octal 341 272 352 4 25 0 10 441 65 122
Binary 11100001 10111010 11101010 100 10101 0 1000 100100001 110101 1010010

Color Harmonies of #E1BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAEA

Black with #E1BAEA

Text Example


Text Example

White with #E1BAEA

Text Example


Text Example

HTML Codes & Css Web 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>