Html Css Color HEX #E2BBEA Thistle

📋 copy color: '#E2BBEA'

red 226 ◦ green 187 ◦ blue 234

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

Shades of Thistle #E2BBEA

Tints of Thistle #E2BBEA

RGB

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

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

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

R = 34.93%
G = 28.9%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2BBEA (or 0xE2BBEA) is known color: Thistle. HEX triplet: E2, BB and EA. RGB value is (226,187,234). Sum of RGB (Red+Green+Blue) = 226+187+234=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEA is #1D4415. Grayscale: #CBCBCB. Windows color (decimal): -1917974 or 15383522. OLE color: 15383522.

HSL color Cylindrical-coordinate representation of color #E2BBEA: hue angle of 289.79º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BBEA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 187 234 -
CMYK 0.03 0.20 0 0.08
HSL 289.79º 0.53% 0.83% -
HSV(B) 289.79º 0.2% 0.92% -
XYZ 63.99 57.65 85.6 -
YUV 204.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 226 187 234 0.03 0.20 0 0.08 289.79 0.53 0.83
Hex E2 BB EA 3 14 0 8 122 35 53
Octal 342 273 352 3 24 0 10 442 65 123
Binary 11100010 10111011 11101010 11 10100 0 1000 100100010 110101 1010011

Color Harmonies of #E2BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBEA

Black with #E2BBEA

Text Example


Text Example

White with #E2BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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