Html Css Color HEX #E0E1FA Lavender

📋 copy color: '#E0E1FA'

red 224 ◦ green 225 ◦ blue 250

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

Shades of Lavender #E0E1FA

Tints of Lavender #E0E1FA

RGB

 RED value IS 224 (87.89% from 255) = 32.05%

 GREEN value IS 225 (88.28% from 255) = 32.19%

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 32.05%
G = 32.19%
B = 35.77%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0E1FA (or 0xE0E1FA) is known color: Lavender. HEX triplet: E0, E1 and FA. RGB value is (224,225,250). Sum of RGB (Red+Green+Blue) = 224+225+250=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1FA is #1F1E05. Grayscale: #E3E3E3. Windows color (decimal): -2039302 or 16441824. OLE color: 16441824.

HSL color Cylindrical-coordinate representation of color #E0E1FA: hue angle of 237.69º degrees, saturation: 0.72, 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 #E0E1FA is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 225 250 -
CMYK 0.10 0.10 0 0.02
HSL 237.69º 0.72% 0.93% -
HSV(B) 237.69º 0.1% 0.98% -
XYZ 74.92 76.6 101.28 -
YUV 227.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 224 225 250 0.10 0.10 0 0.02 237.69 0.72 0.93
Hex E0 E1 FA A A 0 2 EE 48 5D
Octal 340 341 372 12 12 0 2 356 110 135
Binary 11100000 11100001 11111010 1010 1010 0 10 11101110 1001000 1011101

Color Harmonies of #E0E1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E1FA

Black with #E0E1FA

Text Example


Text Example

White with #E0E1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E1FA; }

 p { color: rgb(224,225,250); }

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

background-color css

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

 a { background-color: rgb(224,225,250); }

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

border-color css

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

 span { border-color: rgb(224,225,250); }

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