Html Css Color HEX #E9E0FF Magnolia

📋 copy color: '#E9E0FF'

red 233 ◦ green 224 ◦ blue 255

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

Shades of Magnolia #E9E0FF

Tints of Magnolia #E9E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.46%

 BLUE value IS 255 (100% from 255) = 35.81%

R = 32.72%
G = 31.46%
B = 35.81%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E9E0FF (or 0xE9E0FF) is known color: Magnolia. HEX triplet: E9, E0 and FF. RGB value is (233,224,255). Sum of RGB (Red+Green+Blue) = 233+224+255=712 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.72% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9E0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FF is #161F00. Grayscale: #E6E6E6. Windows color (decimal): -1449729 or 16769257. OLE color: 16769257.

HSL color Cylindrical-coordinate representation of color #E9E0FF: hue angle of 257.42º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9E0FF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 224 255 -
CMYK 0.09 0.12 0 0
HSL 257.42º 1% 0.94% -
HSV(B) 257.42º 0.12% 1% -
XYZ 78.31 77.85 105.51 -
YUV 230.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 233 224 255 0.09 0.12 0 0 257.42 1 0.94
Hex E9 E0 FF 9 C 0 0 101 64 5E
Octal 351 340 377 11 14 0 0 401 144 136
Binary 11101001 11100000 11111111 1001 1100 0 0 100000001 1100100 1011110

Color Harmonies of #E9E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E0FF

Black with #E9E0FF

Text Example


Text Example

White with #E9E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E0FF; }

 p { color: rgb(233,224,255); }

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

background-color css

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

 a { background-color: rgb(233,224,255); }

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

border-color css

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

 span { border-color: rgb(233,224,255); }

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