Html Css Color HEX #E7A5D4 French Lilac

📋 copy color: '#E7A5D4'

red 231 ◦ green 165 ◦ blue 212

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

Shades of French Lilac #E7A5D4

Tints of French Lilac #E7A5D4

RGB

 RED value IS 231 (90.63% from 255) = 37.99%

 GREEN value IS 165 (64.84% from 255) = 27.14%

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 37.99%
G = 27.14%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E7A5D4 (or 0xE7A5D4) is known color: French Lilac. HEX triplet: E7, A5 and D4. RGB value is (231,165,212). Sum of RGB (Red+Green+Blue) = 231+165+212=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5D4 is #185A2B. Grayscale: #BDBDBD. Windows color (decimal): -1595948 or 13936103. OLE color: 13936103.

HSL color Cylindrical-coordinate representation of color #E7A5D4: hue angle of 317.27º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A5D4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 212 -
CMYK 0 0.29 0.08 0.09
HSL 317.27º 0.58% 0.78% -
HSV(B) 317.27º 0.29% 0.91% -
XYZ 58.29 48.65 68.61 -
YUV 190.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 231 165 212 0 0.29 0.08 0.09 317.27 0.58 0.78
Hex E7 A5 D4 0 1D 8 9 13D 3A 4E
Octal 347 245 324 0 35 10 11 475 72 116
Binary 11100111 10100101 11010100 0 11101 1000 1001 100111101 111010 1001110

Color Harmonies of #E7A5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5D4

Black with #E7A5D4

Text Example


Text Example

White with #E7A5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5D4; }

 p { color: rgb(231,165,212); }

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

background-color css

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

 a { background-color: rgb(231,165,212); }

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

border-color css

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

 span { border-color: rgb(231,165,212); }

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