#E0B4E8

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

Shades of Thistle #E0B4E8

Tints of Thistle #E0B4E8

Color information

#E0B4E8 (or 0xE0B4E8) is unknown color: approx Thistle. HEX triplet: E0, B4 and E8. RGB value is (224,180,232). Sum of RGB (Red+Green+Blue) = 224+180+232=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0B4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4E8 is #1F4B17. Grayscale: #C6C6C6. Windows color (decimal): -2050840 or 15250656. OLE color: 15250656.

HSL color Cylindrical-coordinate representation of color #E0B4E8: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B4E8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224180232-
CMYK0.030.2200.09
HSL290.77º53.06%80.78%-
HSV(B)290.77º22.41%90.98%-
XYZ61.6354.3283.58-
YUV199.08146.58145.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 28.30%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=35.22%
G=28.30%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241802320.030.2200.09290.7753.0680.78
HexE0B4E8316091233551
Octal34026435032601144365121
Binary1110000010110100111010001110110010011001000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4E8; }

 p { color: rgb(224,180,232); }

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

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

 a { background-color: rgb(224,180,232); }

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

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

 span { border-color: rgb(224,180,232); }

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