Html Css Color HEX #E1AFDF French Lilac

📋 copy color: '#E1AFDF'

red 225 ◦ green 175 ◦ blue 223

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

Shades of French Lilac #E1AFDF

Tints of French Lilac #E1AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 36.12%
G = 28.09%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1AFDF (or 0xE1AFDF) is known color: French Lilac. HEX triplet: E1, AF and DF. RGB value is (225,175,223). Sum of RGB (Red+Green+Blue) = 225+175+223=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFDF is #1E5020. Grayscale: #C3C3C3. Windows color (decimal): -1986593 or 14659553. OLE color: 14659553.

HSL color Cylindrical-coordinate representation of color #E1AFDF: hue angle of 302.4º 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 #E1AFDF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 223 -
CMYK 0 0.22 0.01 0.12
HSL 302.4º 0.45% 0.78% -
HSV(B) 302.4º 0.22% 0.88% -
XYZ 59.7 52 76.7 -
YUV 195.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 225 175 223 0 0.22 0.01 0.12 302.4 0.45 0.78
Hex E1 AF DF 0 16 1 C 12E 2D 4E
Octal 341 257 337 0 26 1 14 456 55 116
Binary 11100001 10101111 11011111 0 10110 1 1100 100101110 101101 1001110

Color Harmonies of #E1AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFDF

Black with #E1AFDF

Text Example


Text Example

White with #E1AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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