Html Css Color HEX #EAE3F5 Magnolia

📋 copy color: '#EAE3F5'

red 234 ◦ green 227 ◦ blue 245

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

Shades of Magnolia #EAE3F5

Tints of Magnolia #EAE3F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.7%

R = 33.14%
G = 32.15%
B = 34.7%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAE3F5 (or 0xEAE3F5) is known color: Magnolia. HEX triplet: EA, E3 and F5. RGB value is (234,227,245). Sum of RGB (Red+Green+Blue) = 234+227+245=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAE3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3F5 is #151C0A. Grayscale: #E7E7E7. Windows color (decimal): -1383435 or 16114666. OLE color: 16114666.

HSL color Cylindrical-coordinate representation of color #EAE3F5: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE3F5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 227 245 -
CMYK 0.04 0.07 0 0.04
HSL 263.33º 0.47% 0.93% -
HSV(B) 263.33º 0.07% 0.96% -
XYZ 77.88 79.02 97.53 -
YUV 231.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 234 227 245 0.04 0.07 0 0.04 263.33 0.47 0.93
Hex EA E3 F5 4 7 0 4 107 2F 5D
Octal 352 343 365 4 7 0 4 407 57 135
Binary 11101010 11100011 11110101 100 111 0 100 100000111 101111 1011101

Color Harmonies of #EAE3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3F5

Black with #EAE3F5

Text Example


Text Example

White with #EAE3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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