Html Css Color HEX #E1B5E6 Thistle

📋 copy color: '#E1B5E6'

red 225 ◦ green 181 ◦ blue 230

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

Shades of Thistle #E1B5E6

Tints of Thistle #E1B5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.46%

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

R = 35.38%
G = 28.46%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1B5E6 (or 0xE1B5E6) is known color: Thistle. HEX triplet: E1, B5 and E6. RGB value is (225,181,230). Sum of RGB (Red+Green+Blue) = 225+181+230=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5E6 is #1E4A19. Grayscale: #C7C7C7. Windows color (decimal): -1985050 or 15119841. OLE color: 15119841.

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

Color convert

RGB 225 181 230 -
CMYK 0.02 0.21 0 0.10
HSL 293.88º 0.49% 0.81% -
HSV(B) 293.88º 0.21% 0.9% -
XYZ 61.86 54.77 82.17 -
YUV 199.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 225 181 230 0.02 0.21 0 0.10 293.88 0.49 0.81
Hex E1 B5 E6 2 15 0 A 126 31 51
Octal 341 265 346 2 25 0 12 446 61 121
Binary 11100001 10110101 11100110 10 10101 0 1010 100100110 110001 1010001

Color Harmonies of #E1B5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B5E6

Black with #E1B5E6

Text Example


Text Example

White with #E1B5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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