Html Css Color HEX #EAE6F2 Magnolia

📋 copy color: '#EAE6F2'

red 234 ◦ green 230 ◦ blue 242

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

Shades of Magnolia #EAE6F2

Tints of Magnolia #EAE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.58%

 BLUE value IS 242 (94.92% from 255) = 34.28%

R = 33.14%
G = 32.58%
B = 34.28%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAE6F2 (or 0xEAE6F2) is known color: Magnolia. HEX triplet: EA, E6 and F2. RGB value is (234,230,242). Sum of RGB (Red+Green+Blue) = 234+230+242=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6F2 is #15190D. Grayscale: #E8E8E8. Windows color (decimal): -1382670 or 15918826. OLE color: 15918826.

HSL color Cylindrical-coordinate representation of color #EAE6F2: hue angle of 260º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE6F2 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 230 242 -
CMYK 0.03 0.05 0 0.05
HSL 260º 0.32% 0.93% -
HSV(B) 260º 0.05% 0.95% -
XYZ 78.26 80.5 95.42 -
YUV 232.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 234 230 242 0.03 0.05 0 0.05 260 0.32 0.93
Hex EA E6 F2 3 5 0 5 104 20 5D
Octal 352 346 362 3 5 0 5 404 40 135
Binary 11101010 11100110 11110010 11 101 0 101 100000100 100000 1011101

Color Harmonies of #EAE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE6F2

Black with #EAE6F2

Text Example


Text Example

White with #EAE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE6F2; }

 p { color: rgb(234,230,242); }

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

background-color css

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

 a { background-color: rgb(234,230,242); }

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

border-color css

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

 span { border-color: rgb(234,230,242); }

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