Html Css Color HEX #E7A5D5 French Lilac

📋 copy color: '#E7A5D5'

red 231 ◦ green 165 ◦ blue 213

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

Shades of French Lilac #E7A5D5

Tints of French Lilac #E7A5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 37.93%
G = 27.09%
B = 34.98%

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

#E7A5D5 (or 0xE7A5D5) is known color: French Lilac. HEX triplet: E7, A5 and D5. RGB value is (231,165,213). Sum of RGB (Red+Green+Blue) = 231+165+213=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5D5 is #185A2A. Grayscale: #BEBEBE. Windows color (decimal): -1595947 or 14001639. OLE color: 14001639.

HSL color Cylindrical-coordinate representation of color #E7A5D5: hue angle of 316.36º 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 #E7A5D5 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 213 -
CMYK 0 0.29 0.08 0.09
HSL 316.36º 0.58% 0.78% -
HSV(B) 316.36º 0.29% 0.91% -
XYZ 58.42 48.7 69.27 -
YUV 190.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 231 165 213 0 0.29 0.08 0.09 316.36 0.58 0.78
Hex E7 A5 D5 0 1D 8 9 13C 3A 4E
Octal 347 245 325 0 35 10 11 474 72 116
Binary 11100111 10100101 11010101 0 11101 1000 1001 100111100 111010 1001110

Color Harmonies of #E7A5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5D5

Black with #E7A5D5

Text Example


Text Example

White with #E7A5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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