Html Css Color HEX #E1BFE0 Thistle

📋 copy color: '#E1BFE0'

red 225 ◦ green 191 ◦ blue 224

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

Shades of Thistle #E1BFE0

Tints of Thistle #E1BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 35.16%
G = 29.84%
B = 35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E1BFE0 (or 0xE1BFE0) is known color: Thistle. HEX triplet: E1, BF and E0. RGB value is (225,191,224). Sum of RGB (Red+Green+Blue) = 225+191+224=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFE0 is #1E401F. Grayscale: #CCCCCC. Windows color (decimal): -1982496 or 14729185. OLE color: 14729185.

HSL color Cylindrical-coordinate representation of color #E1BFE0: hue angle of 301.76º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFE0 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 191 224 -
CMYK 0 0.15 0.00 0.12
HSL 301.76º 0.36% 0.82% -
HSV(B) 301.76º 0.15% 0.88% -
XYZ 63.14 58.65 78.51 -
YUV 204.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 225 191 224 0 0.15 0.00 0.12 301.76 0.36 0.82
Hex E1 BF E0 0 F 0 C 12E 24 52
Octal 341 277 340 0 17 0 14 456 44 122
Binary 11100001 10111111 11100000 0 1111 0 1100 100101110 100100 1010010

Color Harmonies of #E1BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFE0

Black with #E1BFE0

Text Example


Text Example

White with #E1BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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