#E2B5EB

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

Shades of Thistle #E2B5EB

Tints of Thistle #E2B5EB

Color information

#E2B5EB (or 0xE2B5EB) is unknown color: approx Thistle. HEX triplet: E2, B5 and EB. RGB value is (226,181,235). Sum of RGB (Red+Green+Blue) = 226+181+235=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5EB is #1D4A14. Grayscale: #C8C8C8. Windows color (decimal): -1919509 or 15447522. OLE color: 15447522.

HSL color Cylindrical-coordinate representation of color #E2B5EB: hue angle of 290º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B5EB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226181235-
CMYK0.040.2300.08
HSL290º57.45%81.57%-
HSV(B)290º22.98%92.16%-
XYZ62.8855.2185.94-
YUV200.61147.41146.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.20%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=35.20%
G=28.19%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261812350.040.2300.0829057.4581.57
HexE2B5EB417081223952
Octal34226535342701044271122
Binary11100010101101011110101110010111010001001000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B5EB; }

 p { color: rgb(226,181,235); }

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

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

 a { background-color: rgb(226,181,235); }

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

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

 span { border-color: rgb(226,181,235); }

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