Html Css Color HEX #E2AFDA French Lilac

📋 copy color: '#E2AFDA'

red 226 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #E2AFDA

Tints of French Lilac #E2AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 36.51%
G = 28.27%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2AFDA (or 0xE2AFDA) is known color: French Lilac. HEX triplet: E2, AF and DA. RGB value is (226,175,218). Sum of RGB (Red+Green+Blue) = 226+175+218=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDA is #1D5025. Grayscale: #C3C3C3. Windows color (decimal): -1921062 or 14331874. OLE color: 14331874.

HSL color Cylindrical-coordinate representation of color #E2AFDA: hue angle of 309.41º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 218 -
CMYK 0 0.23 0.04 0.11
HSL 309.41º 0.47% 0.79% -
HSV(B) 309.41º 0.23% 0.89% -
XYZ 59.35 51.89 73.22 -
YUV 195.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 226 175 218 0 0.23 0.04 0.11 309.41 0.47 0.79
Hex E2 AF DA 0 17 4 B 135 2F 4F
Octal 342 257 332 0 27 4 13 465 57 117
Binary 11100010 10101111 11011010 0 10111 100 1011 100110101 101111 1001111

Color Harmonies of #E2AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFDA

Black with #E2AFDA

Text Example


Text Example

White with #E2AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFDA; }

 p { color: rgb(226,175,218); }

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

background-color css

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

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

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

border-color css

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

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

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