Html Css Color HEX #EAE3FA Magnolia

📋 copy color: '#EAE3FA'

red 234 ◦ green 227 ◦ blue 250

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

Shades of Magnolia #EAE3FA

Tints of Magnolia #EAE3FA

RGB

 RED value IS 234 (91.8% from 255) = 32.91%

 GREEN value IS 227 (89.06% from 255) = 31.93%

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

R = 32.91%
G = 31.93%
B = 35.16%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAE3FA (or 0xEAE3FA) is known color: Magnolia. HEX triplet: EA, E3 and FA. RGB value is (234,227,250). Sum of RGB (Red+Green+Blue) = 234+227+250=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3FA is #151C05. Grayscale: #E7E7E7. Windows color (decimal): -1383430 or 16442346. OLE color: 16442346.

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

Color convert

RGB 234 227 250 -
CMYK 0.06 0.09 0 0.02
HSL 258.26º 0.7% 0.94% -
HSV(B) 258.26º 0.09% 0.98% -
XYZ 78.66 79.33 101.61 -
YUV 231.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 234 227 250 0.06 0.09 0 0.02 258.26 0.7 0.94
Hex EA E3 FA 6 9 0 2 102 46 5E
Octal 352 343 372 6 11 0 2 402 106 136
Binary 11101010 11100011 11111010 110 1001 0 10 100000010 1000110 1011110

Color Harmonies of #EAE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3FA

Black with #EAE3FA

Text Example


Text Example

White with #EAE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3FA; }

 p { color: rgb(234,227,250); }

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

background-color css

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

 a { background-color: rgb(234,227,250); }

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

border-color css

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

 span { border-color: rgb(234,227,250); }

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