Html Css Color HEX #E2A5D2 French Lilac

📋 copy color: '#E2A5D2'

red 226 ◦ green 165 ◦ blue 210

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

Shades of French Lilac #E2A5D2

Tints of French Lilac #E2A5D2

RGB

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

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

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

R = 37.6%
G = 27.45%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E2A5D2 (or 0xE2A5D2) is known color: French Lilac. HEX triplet: E2, A5 and D2. RGB value is (226,165,210). Sum of RGB (Red+Green+Blue) = 226+165+210=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A5D2 is #1D5A2D. Grayscale: #BCBCBC. Windows color (decimal): -1923630 or 13805026. OLE color: 13805026.

HSL color Cylindrical-coordinate representation of color #E2A5D2: hue angle of 315.74º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A5D2 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 210 -
CMYK 0 0.27 0.07 0.11
HSL 315.74º 0.51% 0.77% -
HSV(B) 315.74º 0.27% 0.89% -
XYZ 56.45 47.73 67.21 -
YUV 188.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 226 165 210 0 0.27 0.07 0.11 315.74 0.51 0.77
Hex E2 A5 D2 0 1B 7 B 13C 33 4D
Octal 342 245 322 0 33 7 13 474 63 115
Binary 11100010 10100101 11010010 0 11011 111 1011 100111100 110011 1001101

Color Harmonies of #E2A5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A5D2

Black with #E2A5D2

Text Example


Text Example

White with #E2A5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A5D2; }

 p { color: rgb(226,165,210); }

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

background-color css

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

 a { background-color: rgb(226,165,210); }

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

border-color css

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

 span { border-color: rgb(226,165,210); }

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