Html Css Color HEX #E9E0FC Magnolia

📋 copy color: '#E9E0FC'

red 233 ◦ green 224 ◦ blue 252

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

Shades of Magnolia #E9E0FC

Tints of Magnolia #E9E0FC

RGB

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

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

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

R = 32.86%
G = 31.59%
B = 35.54%

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

#E9E0FC (or 0xE9E0FC) is known color: Magnolia. HEX triplet: E9, E0 and FC. RGB value is (233,224,252). Sum of RGB (Red+Green+Blue) = 233+224+252=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FC is #161F03. Grayscale: #E5E5E5. Windows color (decimal): -1449732 or 16572649. OLE color: 16572649.

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

Color convert

RGB 233 224 252 -
CMYK 0.08 0.11 0 0.01
HSL 259.29º 0.82% 0.93% -
HSV(B) 259.29º 0.11% 0.99% -
XYZ 77.83 77.66 102.98 -
YUV 229.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 233 224 252 0.08 0.11 0 0.01 259.29 0.82 0.93
Hex E9 E0 FC 8 B 0 1 103 52 5D
Octal 351 340 374 10 13 0 1 403 122 135
Binary 11101001 11100000 11111100 1000 1011 0 1 100000011 1010010 1011101

Color Harmonies of #E9E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E0FC

Black with #E9E0FC

Text Example


Text Example

White with #E9E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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