#E1B4E6

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

Shades of Thistle #E1B4E6

Tints of Thistle #E1B4E6

Color information

#E1B4E6 (or 0xE1B4E6) is unknown color: approx Thistle. HEX triplet: E1, B4 and E6. RGB value is (225,180,230). Sum of RGB (Red+Green+Blue) = 225+180+230=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4E6 is #1E4B19. Grayscale: #C7C7C7. Windows color (decimal): -1985306 or 15119585. OLE color: 15119585.

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

Color convert

RGB225180230-
CMYK0.020.2200.10
HSL294º50%80.39%-
HSV(B)294º21.74%90.2%-
XYZ61.6654.3682.11-
YUV199.16145.41146.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=35.43%
G=28.35%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251802300.020.2200.102945080.39
HexE1B4E62160A1263250
Octal34126434622601244662120
Binary1110000110110100111001101010110010101001001101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4E6; }

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

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

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

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

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

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

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

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