Html Css Color HEX #E1AFE0 French Lilac

📋 copy color: '#E1AFE0'

red 225 ◦ green 175 ◦ blue 224

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

Shades of French Lilac #E1AFE0

Tints of French Lilac #E1AFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.04%

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

R = 36.06%
G = 28.04%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E1AFE0 (or 0xE1AFE0) is known color: French Lilac. HEX triplet: E1, AF and E0. RGB value is (225,175,224). Sum of RGB (Red+Green+Blue) = 225+175+224=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFE0 is #1E501F. Grayscale: #C3C3C3. Windows color (decimal): -1986592 or 14725089. OLE color: 14725089.

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

Color convert

RGB 225 175 224 -
CMYK 0 0.22 0.00 0.12
HSL 301.2º 0.45% 0.78% -
HSV(B) 301.2º 0.22% 0.88% -
XYZ 59.84 52.05 77.41 -
YUV 195.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 225 175 224 0 0.22 0.00 0.12 301.2 0.45 0.78
Hex E1 AF E0 0 16 0 C 12D 2D 4E
Octal 341 257 340 0 26 0 14 455 55 116
Binary 11100001 10101111 11100000 0 10110 0 1100 100101101 101101 1001110

Color Harmonies of #E1AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFE0

Black with #E1AFE0

Text Example


Text Example

White with #E1AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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