#E6B5EB

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

Shades of Thistle #E6B5EB

Tints of Thistle #E6B5EB

Color information

#E6B5EB (or 0xE6B5EB) is unknown color: approx Thistle. HEX triplet: E6, B5 and EB. RGB value is (230,181,235). Sum of RGB (Red+Green+Blue) = 230+181+235=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6B5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5EB is #194A14. Grayscale: #C9C9C9. Windows color (decimal): -1657365 or 15447526. OLE color: 15447526.

HSL color Cylindrical-coordinate representation of color #E6B5EB: hue angle of 294.44º 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 #E6B5EB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230181235-
CMYK0.020.2300.08
HSL294.44º57.45%81.57%-
HSV(B)294.44º22.98%92.16%-
XYZ64.1555.8786-
YUV201.81146.73148.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.60%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=35.60%
G=28.02%
B=36.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301812350.020.2300.08294.4457.4581.57
HexE6B5EB217081263952
Octal34626535322701044671122
Binary1110011010110101111010111010111010001001001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5EB; }

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

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

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

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

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

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

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

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