Html Css Color HEX #E4BAEA Thistle

📋 copy color: '#E4BAEA'

red 228 ◦ green 186 ◦ blue 234

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

Shades of Thistle #E4BAEA

Tints of Thistle #E4BAEA

RGB

 RED value IS 228 (89.45% from 255) = 35.19%

 GREEN value IS 186 (73.05% from 255) = 28.7%

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

R = 35.19%
G = 28.7%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E4BAEA (or 0xE4BAEA) is known color: Thistle. HEX triplet: E4, BA and EA. RGB value is (228,186,234). Sum of RGB (Red+Green+Blue) = 228+186+234=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAEA is #1B4515. Grayscale: #CBCBCB. Windows color (decimal): -1787158 or 15383268. OLE color: 15383268.

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

Color convert

RGB 228 186 234 -
CMYK 0.03 0.21 0 0.08
HSL 292.5º 0.53% 0.82% -
HSV(B) 292.5º 0.21% 0.92% -
XYZ 64.41 57.55 85.56 -
YUV 204.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 228 186 234 0.03 0.21 0 0.08 292.5 0.53 0.82
Hex E4 BA EA 3 15 0 8 124 35 52
Octal 344 272 352 3 25 0 10 444 65 122
Binary 11100100 10111010 11101010 11 10101 0 1000 100100100 110101 1010010

Color Harmonies of #E4BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BAEA

Black with #E4BAEA

Text Example


Text Example

White with #E4BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BAEA; }

 p { color: rgb(228,186,234); }

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

background-color css

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

 a { background-color: rgb(228,186,234); }

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

border-color css

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

 span { border-color: rgb(228,186,234); }

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