Html Css Color HEX #E2BBE5 Thistle

📋 copy color: '#E2BBE5'

red 226 ◦ green 187 ◦ blue 229

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

Shades of Thistle #E2BBE5

Tints of Thistle #E2BBE5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.13%

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 35.2%
G = 29.13%
B = 35.67%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2BBE5 (or 0xE2BBE5) is known color: Thistle. HEX triplet: E2, BB and E5. RGB value is (226,187,229). Sum of RGB (Red+Green+Blue) = 226+187+229=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBE5 is #1D441A. Grayscale: #CBCBCB. Windows color (decimal): -1917979 or 15055842. OLE color: 15055842.

HSL color Cylindrical-coordinate representation of color #E2BBE5: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BBE5 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 187 229 -
CMYK 0.01 0.18 0 0.10
HSL 295.71º 0.45% 0.82% -
HSV(B) 295.71º 0.18% 0.9% -
XYZ 63.28 57.37 81.87 -
YUV 203.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 226 187 229 0.01 0.18 0 0.10 295.71 0.45 0.82
Hex E2 BB E5 1 12 0 A 128 2D 52
Octal 342 273 345 1 22 0 12 450 55 122
Binary 11100010 10111011 11100101 1 10010 0 1010 100101000 101101 1010010

Color Harmonies of #E2BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBE5

Black with #E2BBE5

Text Example


Text Example

White with #E2BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBE5; }

 p { color: rgb(226,187,229); }

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

background-color css

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

 a { background-color: rgb(226,187,229); }

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

border-color css

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

 span { border-color: rgb(226,187,229); }

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