Html Css Color HEX #E1A6CF French Lilac

📋 copy color: '#E1A6CF'

red 225 ◦ green 166 ◦ blue 207

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

Shades of French Lilac #E1A6CF

Tints of French Lilac #E1A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.76%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 37.63%
G = 27.76%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1A6CF (or 0xE1A6CF) is known color: French Lilac. HEX triplet: E1, A6 and CF. RGB value is (225,166,207). Sum of RGB (Red+Green+Blue) = 225+166+207=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6CF is #1E5930. Grayscale: #BCBCBC. Windows color (decimal): -1988913 or 13608673. OLE color: 13608673.

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

Color convert

RGB 225 166 207 -
CMYK 0 0.26 0.08 0.12
HSL 318.31º 0.5% 0.77% -
HSV(B) 318.31º 0.26% 0.88% -
XYZ 55.95 47.78 65.31 -
YUV 188.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 225 166 207 0 0.26 0.08 0.12 318.31 0.5 0.77
Hex E1 A6 CF 0 1A 8 C 13E 32 4D
Octal 341 246 317 0 32 10 14 476 62 115
Binary 11100001 10100110 11001111 0 11010 1000 1100 100111110 110010 1001101

Color Harmonies of #E1A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6CF

Black with #E1A6CF

Text Example


Text Example

White with #E1A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6CF; }

 p { color: rgb(225,166,207); }

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

background-color css

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

 a { background-color: rgb(225,166,207); }

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

border-color css

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

 span { border-color: rgb(225,166,207); }

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