Html Css Color HEX #E1BFE5 Thistle

📋 copy color: '#E1BFE5'

red 225 ◦ green 191 ◦ blue 229

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

Shades of Thistle #E1BFE5

Tints of Thistle #E1BFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.61%

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

R = 34.88%
G = 29.61%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1BFE5 (or 0xE1BFE5) is known color: Thistle. HEX triplet: E1, BF and E5. RGB value is (225,191,229). Sum of RGB (Red+Green+Blue) = 225+191+229=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFE5 is #1E401A. Grayscale: #CDCDCD. Windows color (decimal): -1982491 or 15056865. OLE color: 15056865.

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

Color convert

RGB 225 191 229 -
CMYK 0.02 0.17 0 0.10
HSL 293.68º 0.42% 0.82% -
HSV(B) 293.68º 0.17% 0.9% -
XYZ 63.83 58.93 82.14 -
YUV 205.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 225 191 229 0.02 0.17 0 0.10 293.68 0.42 0.82
Hex E1 BF E5 2 11 0 A 126 2A 52
Octal 341 277 345 2 21 0 12 446 52 122
Binary 11100001 10111111 11100101 10 10001 0 1010 100100110 101010 1010010

Color Harmonies of #E1BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFE5

Black with #E1BFE5

Text Example


Text Example

White with #E1BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFE5; }

 p { color: rgb(225,191,229); }

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

background-color css

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

 a { background-color: rgb(225,191,229); }

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

border-color css

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

 span { border-color: rgb(225,191,229); }

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