Html Css Color HEX #E9E0F9 Magnolia

📋 copy color: '#E9E0F9'

red 233 ◦ green 224 ◦ blue 249

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

Shades of Magnolia #E9E0F9

Tints of Magnolia #E9E0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.27%

R = 33%
G = 31.73%
B = 35.27%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9E0F9 (or 0xE9E0F9) is known color: Magnolia. HEX triplet: E9, E0 and F9. RGB value is (233,224,249). Sum of RGB (Red+Green+Blue) = 233+224+249=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0F9 is #161F06. Grayscale: #E5E5E5. Windows color (decimal): -1449735 or 16376041. OLE color: 16376041.

HSL color Cylindrical-coordinate representation of color #E9E0F9: hue angle of 261.6º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9E0F9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 224 249 -
CMYK 0.06 0.10 0 0.02
HSL 261.6º 0.68% 0.93% -
HSV(B) 261.6º 0.1% 0.98% -
XYZ 77.36 77.47 100.5 -
YUV 229.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 233 224 249 0.06 0.10 0 0.02 261.6 0.68 0.93
Hex E9 E0 F9 6 A 0 2 106 44 5D
Octal 351 340 371 6 12 0 2 406 104 135
Binary 11101001 11100000 11111001 110 1010 0 10 100000110 1000100 1011101

Color Harmonies of #E9E0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E0F9

Black with #E9E0F9

Text Example


Text Example

White with #E9E0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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