Html Css Color HEX #E0A6D2 French Lilac

📋 copy color: '#E0A6D2'

red 224 ◦ green 166 ◦ blue 210

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

Shades of French Lilac #E0A6D2

Tints of French Lilac #E0A6D2

RGB

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

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

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

R = 37.33%
G = 27.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E0A6D2 (or 0xE0A6D2) is known color: French Lilac. HEX triplet: E0, A6 and D2. RGB value is (224,166,210). Sum of RGB (Red+Green+Blue) = 224+166+210=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6D2 is #1F592D. Grayscale: #BCBCBC. Windows color (decimal): -2054446 or 13805280. OLE color: 13805280.

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

Color convert

RGB 224 166 210 -
CMYK 0 0.26 0.06 0.12
HSL 314.48º 0.48% 0.76% -
HSV(B) 314.48º 0.26% 0.88% -
XYZ 56.01 47.77 67.24 -
YUV 188.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 224 166 210 0 0.26 0.06 0.12 314.48 0.48 0.76
Hex E0 A6 D2 0 1A 6 C 13A 30 4C
Octal 340 246 322 0 32 6 14 472 60 114
Binary 11100000 10100110 11010010 0 11010 110 1100 100111010 110000 1001100

Color Harmonies of #E0A6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6D2

Black with #E0A6D2

Text Example


Text Example

White with #E0A6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6D2; }

 p { color: rgb(224,166,210); }

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

background-color css

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

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

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

border-color css

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

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

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