Html Css Color HEX #E2B5EB Thistle

📋 copy color: '#E2B5EB'

red 226 ◦ green 181 ◦ blue 235

#E2B5EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #E2B5EB

Tints of Thistle #E2B5EB

RGB

 RED value IS 226 (88.67% from 255) = 35.2%

 GREEN value IS 181 (71.09% from 255) = 28.19%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 35.2%
G = 28.19%
B = 36.6%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2B5EB (or 0xE2B5EB) is known color: 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

RGB 226 181 235 -
CMYK 0.04 0.23 0 0.08
HSL 290º 0.57% 0.82% -
HSV(B) 290º 0.23% 0.92% -
XYZ 62.88 55.21 85.94 -
YUV 200.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 226 181 235 0.04 0.23 0 0.08 290 0.57 0.82
Hex E2 B5 EB 4 17 0 8 122 39 52
Octal 342 265 353 4 27 0 10 442 71 122
Binary 11100010 10110101 11101011 100 10111 0 1000 100100010 111001 1010010

Color Harmonies of #E2B5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B5EB

Black with #E2B5EB

Text Example


Text Example

White with #E2B5EB

Text Example


Text Example

HTML Codes & Css Web 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>