Html Css Color HEX #E9E2FA Magnolia

📋 copy color: '#E9E2FA'

red 233 ◦ green 226 ◦ blue 250

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

Shades of Magnolia #E9E2FA

Tints of Magnolia #E9E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.88%

 BLUE value IS 250 (98.05% from 255) = 35.26%

R = 32.86%
G = 31.88%
B = 35.26%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9E2FA (or 0xE9E2FA) is known color: Magnolia. HEX triplet: E9, E2 and FA. RGB value is (233,226,250). Sum of RGB (Red+Green+Blue) = 233+226+250=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FA is #161D05. Grayscale: #E6E6E6. Windows color (decimal): -1449222 or 16442089. OLE color: 16442089.

HSL color Cylindrical-coordinate representation of color #E9E2FA: hue angle of 257.5º degrees, saturation: 0.71, 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 #E9E2FA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 226 250 -
CMYK 0.07 0.10 0 0.02
HSL 257.5º 0.71% 0.93% -
HSV(B) 257.5º 0.1% 0.98% -
XYZ 78.06 78.62 101.5 -
YUV 230.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 233 226 250 0.07 0.10 0 0.02 257.5 0.71 0.93
Hex E9 E2 FA 7 A 0 2 102 47 5D
Octal 351 342 372 7 12 0 2 402 107 135
Binary 11101001 11100010 11111010 111 1010 0 10 100000010 1000111 1011101

Color Harmonies of #E9E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E2FA

Black with #E9E2FA

Text Example


Text Example

White with #E9E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E2FA; }

 p { color: rgb(233,226,250); }

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

background-color css

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

 a { background-color: rgb(233,226,250); }

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

border-color css

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

 span { border-color: rgb(233,226,250); }

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