Html Css Color HEX #E8E1F5 Magnolia

📋 copy color: '#E8E1F5'

red 232 ◦ green 225 ◦ blue 245

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

Shades of Magnolia #E8E1F5

Tints of Magnolia #E8E1F5

RGB

 RED value IS 232 (91.02% from 255) = 33.05%

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

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 33.05%
G = 32.05%
B = 34.9%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E8E1F5 (or 0xE8E1F5) is known color: Magnolia. HEX triplet: E8, E1 and F5. RGB value is (232,225,245). Sum of RGB (Red+Green+Blue) = 232+225+245=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8E1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E1F5 is #171E0A. Grayscale: #E5E5E5. Windows color (decimal): -1515019 or 16114152. OLE color: 16114152.

HSL color Cylindrical-coordinate representation of color #E8E1F5: hue angle of 261º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8E1F5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 225 245 -
CMYK 0.05 0.08 0 0.04
HSL 261º 0.5% 0.92% -
HSV(B) 261º 0.08% 0.96% -
XYZ 76.69 77.6 97.32 -
YUV 229.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 232 225 245 0.05 0.08 0 0.04 261 0.5 0.92
Hex E8 E1 F5 5 8 0 4 105 32 5C
Octal 350 341 365 5 10 0 4 405 62 134
Binary 11101000 11100001 11110101 101 1000 0 100 100000101 110010 1011100

Color Harmonies of #E8E1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E1F5

Black with #E8E1F5

Text Example


Text Example

White with #E8E1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E1F5; }

 p { color: rgb(232,225,245); }

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

background-color css

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

 a { background-color: rgb(232,225,245); }

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

border-color css

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

 span { border-color: rgb(232,225,245); }

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