Html Css Color HEX #E5BFEA Thistle

📋 copy color: '#E5BFEA'

red 229 ◦ green 191 ◦ blue 234

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

Shades of Thistle #E5BFEA

Tints of Thistle #E5BFEA

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

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

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

R = 35.02%
G = 29.2%
B = 35.78%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5BFEA (or 0xE5BFEA) is known color: Thistle. HEX triplet: E5, BF and EA. RGB value is (229,191,234). Sum of RGB (Red+Green+Blue) = 229+191+234=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFEA is #1A4015. Grayscale: #CFCFCF. Windows color (decimal): -1720342 or 15384549. OLE color: 15384549.

HSL color Cylindrical-coordinate representation of color #E5BFEA: hue angle of 293.02º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BFEA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 191 234 -
CMYK 0.02 0.18 0 0.08
HSL 293.02º 0.51% 0.83% -
HSV(B) 293.02º 0.18% 0.92% -
XYZ 65.8 59.86 85.93 -
YUV 207.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 229 191 234 0.02 0.18 0 0.08 293.02 0.51 0.83
Hex E5 BF EA 2 12 0 8 125 33 53
Octal 345 277 352 2 22 0 10 445 63 123
Binary 11100101 10111111 11101010 10 10010 0 1000 100100101 110011 1010011

Color Harmonies of #E5BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFEA

Black with #E5BFEA

Text Example


Text Example

White with #E5BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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