Html Css Color HEX #E9E1F8 Magnolia

📋 copy color: '#E9E1F8'

red 233 ◦ green 225 ◦ blue 248

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

Shades of Magnolia #E9E1F8

Tints of Magnolia #E9E1F8

RGB

 RED value IS 233 (91.41% from 255) = 33%

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 33%
G = 31.87%
B = 35.13%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E9E1F8 (or 0xE9E1F8) is known color: Magnolia. HEX triplet: E9, E1 and F8. RGB value is (233,225,248). Sum of RGB (Red+Green+Blue) = 233+225+248=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9E1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1F8 is #161E07. Grayscale: #E5E5E5. Windows color (decimal): -1449480 or 16310761. OLE color: 16310761.

HSL color Cylindrical-coordinate representation of color #E9E1F8: hue angle of 260.87º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9E1F8 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 225 248 -
CMYK 0.06 0.09 0 0.03
HSL 260.87º 0.62% 0.93% -
HSV(B) 260.87º 0.09% 0.97% -
XYZ 77.47 77.95 99.77 -
YUV 230.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 233 225 248 0.06 0.09 0 0.03 260.87 0.62 0.93
Hex E9 E1 F8 6 9 0 3 105 3E 5D
Octal 351 341 370 6 11 0 3 405 76 135
Binary 11101001 11100001 11111000 110 1001 0 11 100000101 111110 1011101

Color Harmonies of #E9E1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E1F8

Black with #E9E1F8

Text Example


Text Example

White with #E9E1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E1F8; }

 p { color: rgb(233,225,248); }

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

background-color css

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

 a { background-color: rgb(233,225,248); }

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

border-color css

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

 span { border-color: rgb(233,225,248); }

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