Html Css Color HEX #E1BCEA Thistle

📋 copy color: '#E1BCEA'

red 225 ◦ green 188 ◦ blue 234

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

Shades of Thistle #E1BCEA

Tints of Thistle #E1BCEA

RGB

 RED value IS 225 (88.28% from 255) = 34.78%

 GREEN value IS 188 (73.83% from 255) = 29.06%

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

R = 34.78%
G = 29.06%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1BCEA (or 0xE1BCEA) is known color: Thistle. HEX triplet: E1, BC and EA. RGB value is (225,188,234). Sum of RGB (Red+Green+Blue) = 225+188+234=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 188 (73.83% from 255 or 29.06% 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 #E1BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCEA is #1E4315. Grayscale: #CCCCCC. Windows color (decimal): -1983254 or 15383777. OLE color: 15383777.

HSL color Cylindrical-coordinate representation of color #E1BCEA: hue angle of 288.26º degrees, saturation: 0.52, 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 #E1BCEA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 188 234 -
CMYK 0.04 0.20 0 0.08
HSL 288.26º 0.52% 0.83% -
HSV(B) 288.26º 0.2% 0.92% -
XYZ 63.89 57.91 85.65 -
YUV 204.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 225 188 234 0.04 0.20 0 0.08 288.26 0.52 0.83
Hex E1 BC EA 4 14 0 8 120 34 53
Octal 341 274 352 4 24 0 10 440 64 123
Binary 11100001 10111100 11101010 100 10100 0 1000 100100000 110100 1010011

Color Harmonies of #E1BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BCEA

Black with #E1BCEA

Text Example


Text Example

White with #E1BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BCEA; }

 p { color: rgb(225,188,234); }

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

background-color css

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

 a { background-color: rgb(225,188,234); }

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

border-color css

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

 span { border-color: rgb(225,188,234); }

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