#E2B4EB

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

Shades of Thistle #E2B4EB

Tints of Thistle #E2B4EB

Color information

#E2B4EB (or 0xE2B4EB) is unknown color: approx Thistle. HEX triplet: E2, B4 and EB. RGB value is (226,180,235). Sum of RGB (Red+Green+Blue) = 226+180+235=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4EB is #1D4B14. Grayscale: #C7C7C7. Windows color (decimal): -1919765 or 15447266. OLE color: 15447266.

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

Color convert

RGB226180235-
CMYK0.040.2300.08
HSL290.18º57.89%81.37%-
HSV(B)290.18º23.4%92.16%-
XYZ62.6854.8185.87-
YUV200.02147.74146.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=35.26%
G=28.08%
B=36.66%

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
Decimal2261802350.040.2300.08290.1857.8981.37
HexE2B4EB417081223a51
Octal34226435342701044272121
Binary11100010101101001110101110010111010001001000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B4EB; }

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

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

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

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

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

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

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

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