#EBE2FA

Color #EBE2FA Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #EBE2FA

Tints of Magnolia #EBE2FA

Color information

#EBE2FA (or 0xEBE2FA) is unknown color: approx Magnolia. HEX triplet: EB, E2 and FA. RGB value is (235,226,250). Sum of RGB (Red+Green+Blue) = 235+226+250=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 226 (88.67% from 255 or 31.79% 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 #EBE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FA is #141D05. Grayscale: #E7E7E7. Windows color (decimal): -1318150 or 16442091. OLE color: 16442091.

HSL color Cylindrical-coordinate representation of color #EBE2FA: hue angle of 262.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 #EBE2FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235226250-
CMYK0.060.1000.02
HSL262.5º70.59%93.33%-
HSV(B)262.5º9.6%98.04%-
XYZ78.7178.96101.53-
YUV231.43138.48130.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 226 (88.67% from 255) = 31.79%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=33.05%
G=31.79%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352262500.060.1000.02262.570.5993.33
HexEBE2FA6A02106475d
Octal35334237261202406107135
Binary111010111110001011111010110101001010000011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2FA; }

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

 H1.HeaderClassName
 {
   color: #EBE2FA;
 }
 .AnyTagClassName
 {
   color: #EBE2FA;
 }
</style>
background-color css

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

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

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

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

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

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