Html Css Color HEX #E6A4D1 French Lilac

📋 copy color: '#E6A4D1'

red 230 ◦ green 164 ◦ blue 209

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

Shades of French Lilac #E6A4D1

Tints of French Lilac #E6A4D1

RGB

 RED value IS 230 (90.23% from 255) = 38.14%

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

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 38.14%
G = 27.2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E6A4D1 (or 0xE6A4D1) is known color: French Lilac. HEX triplet: E6, A4 and D1. RGB value is (230,164,209). Sum of RGB (Red+Green+Blue) = 230+164+209=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4D1 is #195B2E. Grayscale: #BCBCBC. Windows color (decimal): -1661743 or 13739238. OLE color: 13739238.

HSL color Cylindrical-coordinate representation of color #E6A4D1: hue angle of 319.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4D1 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 209 -
CMYK 0 0.29 0.09 0.10
HSL 319.09º 0.57% 0.77% -
HSV(B) 319.09º 0.29% 0.9% -
XYZ 57.42 47.98 66.56 -
YUV 188.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 230 164 209 0 0.29 0.09 0.10 319.09 0.57 0.77
Hex E6 A4 D1 0 1D 9 A 13F 39 4D
Octal 346 244 321 0 35 11 12 477 71 115
Binary 11100110 10100100 11010001 0 11101 1001 1010 100111111 111001 1001101

Color Harmonies of #E6A4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A4D1

Black with #E6A4D1

Text Example


Text Example

White with #E6A4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A4D1; }

 p { color: rgb(230,164,209); }

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

background-color css

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

 a { background-color: rgb(230,164,209); }

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

border-color css

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

 span { border-color: rgb(230,164,209); }

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