Html Css Color HEX #E2B4EA Thistle

📋 copy color: '#E2B4EA'

red 226 ◦ green 180 ◦ blue 234

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

Shades of Thistle #E2B4EA

Tints of Thistle #E2B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.13%

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 35.31%
G = 28.13%
B = 36.56%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2B4EA (or 0xE2B4EA) is known color: Thistle. HEX triplet: E2, B4 and EA. RGB value is (226,180,234). Sum of RGB (Red+Green+Blue) = 226+180+234=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4EA is #1D4B15. Grayscale: #C7C7C7. Windows color (decimal): -1919766 or 15381730. OLE color: 15381730.

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

Color convert

RGB 226 180 234 -
CMYK 0.03 0.23 0 0.08
HSL 291.11º 0.56% 0.81% -
HSV(B) 291.11º 0.23% 0.92% -
XYZ 62.54 54.75 85.11 -
YUV 199.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 226 180 234 0.03 0.23 0 0.08 291.11 0.56 0.81
Hex E2 B4 EA 3 17 0 8 123 38 51
Octal 342 264 352 3 27 0 10 443 70 121
Binary 11100010 10110100 11101010 11 10111 0 1000 100100011 111000 1010001

Color Harmonies of #E2B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B4EA

Black with #E2B4EA

Text Example


Text Example

White with #E2B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B4EA; }

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

 H1.HeaderClassName
 {
   color: #E2B4EA;
 }
 .AnyTagClassName
 {
   color: #E2B4EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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