Html Css Color HEX #E1A4D2 French Lilac

📋 copy color: '#E1A4D2'

red 225 ◦ green 164 ◦ blue 210

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

Shades of French Lilac #E1A4D2

Tints of French Lilac #E1A4D2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.38%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 37.56%
G = 27.38%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1A4D2 (or 0xE1A4D2) is known color: French Lilac. HEX triplet: E1, A4 and D2. RGB value is (225,164,210). Sum of RGB (Red+Green+Blue) = 225+164+210=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4D2 is #1E5B2D. Grayscale: #BBBBBB. Windows color (decimal): -1989422 or 13804769. OLE color: 13804769.

HSL color Cylindrical-coordinate representation of color #E1A4D2: hue angle of 314.75º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A4D2 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 164 210 -
CMYK 0 0.27 0.07 0.12
HSL 314.75º 0.5% 0.76% -
HSV(B) 314.75º 0.27% 0.88% -
XYZ 55.96 47.21 67.14 -
YUV 187.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 225 164 210 0 0.27 0.07 0.12 314.75 0.5 0.76
Hex E1 A4 D2 0 1B 7 C 13B 32 4C
Octal 341 244 322 0 33 7 14 473 62 114
Binary 11100001 10100100 11010010 0 11011 111 1100 100111011 110010 1001100

Color Harmonies of #E1A4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A4D2

Black with #E1A4D2

Text Example


Text Example

White with #E1A4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A4D2; }

 p { color: rgb(225,164,210); }

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

background-color css

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

 a { background-color: rgb(225,164,210); }

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

border-color css

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

 span { border-color: rgb(225,164,210); }

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