Html Css Color HEX #E9E0FE Magnolia

📋 copy color: '#E9E0FE'

red 233 ◦ green 224 ◦ blue 254

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

Shades of Magnolia #E9E0FE

Tints of Magnolia #E9E0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.72%

R = 32.77%
G = 31.5%
B = 35.72%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9E0FE (or 0xE9E0FE) is known color: Magnolia. HEX triplet: E9, E0 and FE. RGB value is (233,224,254). Sum of RGB (Red+Green+Blue) = 233+224+254=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FE is #161F01. Grayscale: #E6E6E6. Windows color (decimal): -1449730 or 16703721. OLE color: 16703721.

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

Color convert

RGB 233 224 254 -
CMYK 0.08 0.12 0 0.00
HSL 258º 0.94% 0.94% -
HSV(B) 258º 0.12% 1% -
XYZ 78.15 77.79 104.66 -
YUV 230.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 233 224 254 0.08 0.12 0 0.00 258 0.94 0.94
Hex E9 E0 FE 8 C 0 0 102 5E 5E
Octal 351 340 376 10 14 0 0 402 136 136
Binary 11101001 11100000 11111110 1000 1100 0 0 100000010 1011110 1011110

Color Harmonies of #E9E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E0FE

Black with #E9E0FE

Text Example


Text Example

White with #E9E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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