Html Css Color HEX #E0AFE0 French Lilac

📋 copy color: '#E0AFE0'

red 224 ◦ green 175 ◦ blue 224

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

Shades of French Lilac #E0AFE0

Tints of French Lilac #E0AFE0

RGB

 RED value IS 224 (87.89% from 255) = 35.96%

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

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

R = 35.96%
G = 28.09%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0AFE0 (or 0xE0AFE0) is known color: French Lilac. HEX triplet: E0, AF and E0. RGB value is (224,175,224). Sum of RGB (Red+Green+Blue) = 224+175+224=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFE0 is #1F501F. Grayscale: #C3C3C3. Windows color (decimal): -2052128 or 14725088. OLE color: 14725088.

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

Color convert

RGB 224 175 224 -
CMYK 0 0.22 0 0.12
HSL 300º 0.44% 0.78% -
HSV(B) 300º 0.22% 0.88% -
XYZ 59.52 51.89 77.4 -
YUV 195.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 224 175 224 0 0.22 0 0.12 300 0.44 0.78
Hex E0 AF E0 0 16 0 C 12C 2C 4E
Octal 340 257 340 0 26 0 14 454 54 116
Binary 11100000 10101111 11100000 0 10110 0 1100 100101100 101100 1001110

Color Harmonies of #E0AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFE0

Black with #E0AFE0

Text Example


Text Example

White with #E0AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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