Html Css Color HEX #E2AACF French Lilac

📋 copy color: '#E2AACF'

red 226 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #E2AACF

Tints of French Lilac #E2AACF

RGB

 RED value IS 226 (88.67% from 255) = 37.48%

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 207 (81.25% from 255) = 34.33%

R = 37.48%
G = 28.19%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2AACF (or 0xE2AACF) is known color: French Lilac. HEX triplet: E2, AA and CF. RGB value is (226,170,207). Sum of RGB (Red+Green+Blue) = 226+170+207=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AACF is #1D5530. Grayscale: #BEBEBE. Windows color (decimal): -1922353 or 13609698. OLE color: 13609698.

HSL color Cylindrical-coordinate representation of color #E2AACF: hue angle of 320.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AACF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 207 -
CMYK 0 0.25 0.08 0.11
HSL 320.36º 0.49% 0.78% -
HSV(B) 320.36º 0.25% 0.89% -
XYZ 57 49.42 65.57 -
YUV 190.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 226 170 207 0 0.25 0.08 0.11 320.36 0.49 0.78
Hex E2 AA CF 0 19 8 B 140 31 4E
Octal 342 252 317 0 31 10 13 500 61 116
Binary 11100010 10101010 11001111 0 11001 1000 1011 101000000 110001 1001110

Color Harmonies of #E2AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AACF

Black with #E2AACF

Text Example


Text Example

White with #E2AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AACF; }

 p { color: rgb(226,170,207); }

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

background-color css

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

 a { background-color: rgb(226,170,207); }

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

border-color css

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

 span { border-color: rgb(226,170,207); }

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