Html Css Color HEX #E2A3CF French Lilac

📋 copy color: '#E2A3CF'

red 226 ◦ green 163 ◦ blue 207

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

Shades of French Lilac #E2A3CF

Tints of French Lilac #E2A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.35%

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

R = 37.92%
G = 27.35%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2A3CF (or 0xE2A3CF) is known color: French Lilac. HEX triplet: E2, A3 and CF. RGB value is (226,163,207). Sum of RGB (Red+Green+Blue) = 226+163+207=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A3CF is #1D5C30. Grayscale: #BABABA. Windows color (decimal): -1924145 or 13607906. OLE color: 13607906.

HSL color Cylindrical-coordinate representation of color #E2A3CF: hue angle of 318.1º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2A3CF is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 163 207 -
CMYK 0 0.28 0.08 0.11
HSL 318.1º 0.52% 0.76% -
HSV(B) 318.1º 0.28% 0.89% -
XYZ 55.72 46.87 65.14 -
YUV 186.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 226 163 207 0 0.28 0.08 0.11 318.1 0.52 0.76
Hex E2 A3 CF 0 1C 8 B 13E 34 4C
Octal 342 243 317 0 34 10 13 476 64 114
Binary 11100010 10100011 11001111 0 11100 1000 1011 100111110 110100 1001100

Color Harmonies of #E2A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A3CF

Black with #E2A3CF

Text Example


Text Example

White with #E2A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A3CF; }

 p { color: rgb(226,163,207); }

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

background-color css

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

 a { background-color: rgb(226,163,207); }

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

border-color css

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

 span { border-color: rgb(226,163,207); }

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