Html Css Color HEX #E1BAE6 Thistle

📋 copy color: '#E1BAE6'

red 225 ◦ green 186 ◦ blue 230

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

Shades of Thistle #E1BAE6

Tints of Thistle #E1BAE6

RGB

 RED value IS 225 (88.28% from 255) = 35.1%

 GREEN value IS 186 (73.05% from 255) = 29.02%

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 35.1%
G = 29.02%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1BAE6 (or 0xE1BAE6) is known color: Thistle. HEX triplet: E1, BA and E6. RGB value is (225,186,230). Sum of RGB (Red+Green+Blue) = 225+186+230=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAE6 is #1E4519. Grayscale: #CACACA. Windows color (decimal): -1983770 or 15121121. OLE color: 15121121.

HSL color Cylindrical-coordinate representation of color #E1BAE6: hue angle of 293.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BAE6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 186 230 -
CMYK 0.02 0.19 0 0.10
HSL 293.18º 0.47% 0.82% -
HSV(B) 293.18º 0.19% 0.9% -
XYZ 62.89 56.84 82.52 -
YUV 202.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 225 186 230 0.02 0.19 0 0.10 293.18 0.47 0.82
Hex E1 BA E6 2 13 0 A 125 2F 52
Octal 341 272 346 2 23 0 12 445 57 122
Binary 11100001 10111010 11100110 10 10011 0 1010 100100101 101111 1010010

Color Harmonies of #E1BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAE6

Black with #E1BAE6

Text Example


Text Example

White with #E1BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAE6; }

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

 H1.HeaderClassName
 {
   color: #E1BAE6;
 }
 .AnyTagClassName
 {
   color: #E1BAE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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