Html Css Color HEX #E1E2F9 Lavender

📋 copy color: '#E1E2F9'

red 225 ◦ green 226 ◦ blue 249

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

Shades of Lavender #E1E2F9

Tints of Lavender #E1E2F9

RGB

 RED value IS 225 (88.28% from 255) = 32.14%

 GREEN value IS 226 (88.67% from 255) = 32.29%

 BLUE value IS 249 (97.66% from 255) = 35.57%

R = 32.14%
G = 32.29%
B = 35.57%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1E2F9 (or 0xE1E2F9) is known color: Lavender. HEX triplet: E1, E2 and F9. RGB value is (225,226,249). Sum of RGB (Red+Green+Blue) = 225+226+249=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2F9 is #1E1D06. Grayscale: #E4E4E4. Windows color (decimal): -1973511 or 16376545. OLE color: 16376545.

HSL color Cylindrical-coordinate representation of color #E1E2F9: hue angle of 237.5º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E2F9 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 226 249 -
CMYK 0.10 0.09 0 0.02
HSL 237.5º 0.67% 0.93% -
HSV(B) 237.5º 0.1% 0.98% -
XYZ 75.35 77.24 100.56 -
YUV 228.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 225 226 249 0.10 0.09 0 0.02 237.5 0.67 0.93
Hex E1 E2 F9 A 9 0 2 EE 43 5D
Octal 341 342 371 12 11 0 2 356 103 135
Binary 11100001 11100010 11111001 1010 1001 0 10 11101110 1000011 1011101

Color Harmonies of #E1E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2F9

Black with #E1E2F9

Text Example


Text Example

White with #E1E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2F9; }

 p { color: rgb(225,226,249); }

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

background-color css

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

 a { background-color: rgb(225,226,249); }

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

border-color css

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

 span { border-color: rgb(225,226,249); }

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