Html Css Color HEX #E8BAEA French Lilac

📋 copy color: '#E8BAEA'

red 232 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #E8BAEA

Tints of French Lilac #E8BAEA

RGB

 RED value IS 232 (91.02% from 255) = 35.58%

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

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

R = 35.58%
G = 28.53%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8BAEA (or 0xE8BAEA) is known color: French Lilac. HEX triplet: E8, BA and EA. RGB value is (232,186,234). Sum of RGB (Red+Green+Blue) = 232+186+234=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAEA is #174515. Grayscale: #CDCDCD. Windows color (decimal): -1525014 or 15383272. OLE color: 15383272.

HSL color Cylindrical-coordinate representation of color #E8BAEA: hue angle of 297.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 #E8BAEA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 186 234 -
CMYK 0.01 0.21 0 0.08
HSL 297.5º 0.53% 0.82% -
HSV(B) 297.5º 0.21% 0.92% -
XYZ 65.69 58.21 85.62 -
YUV 205.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 232 186 234 0.01 0.21 0 0.08 297.5 0.53 0.82
Hex E8 BA EA 1 15 0 8 12A 35 52
Octal 350 272 352 1 25 0 10 452 65 122
Binary 11101000 10111010 11101010 1 10101 0 1000 100101010 110101 1010010

Color Harmonies of #E8BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAEA

Black with #E8BAEA

Text Example


Text Example

White with #E8BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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