Html Css Color HEX #E9E1FC Magnolia

📋 copy color: '#E9E1FC'

red 233 ◦ green 225 ◦ blue 252

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

Shades of Magnolia #E9E1FC

Tints of Magnolia #E9E1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.49%

R = 32.82%
G = 31.69%
B = 35.49%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9E1FC (or 0xE9E1FC) is known color: Magnolia. HEX triplet: E9, E1 and FC. RGB value is (233,225,252). Sum of RGB (Red+Green+Blue) = 233+225+252=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1FC is #161E03. Grayscale: #E6E6E6. Windows color (decimal): -1449476 or 16572905. OLE color: 16572905.

HSL color Cylindrical-coordinate representation of color #E9E1FC: hue angle of 257.78º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9E1FC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 225 252 -
CMYK 0.08 0.11 0 0.01
HSL 257.78º 0.82% 0.94% -
HSV(B) 257.78º 0.11% 0.99% -
XYZ 78.1 78.2 103.07 -
YUV 230.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 233 225 252 0.08 0.11 0 0.01 257.78 0.82 0.94
Hex E9 E1 FC 8 B 0 1 102 52 5E
Octal 351 341 374 10 13 0 1 402 122 136
Binary 11101001 11100001 11111100 1000 1011 0 1 100000010 1010010 1011110

Color Harmonies of #E9E1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E1FC

Black with #E9E1FC

Text Example


Text Example

White with #E9E1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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