#EBE0FF

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

Shades of Magnolia #EBE0FF

Tints of Magnolia #EBE0FF

Color information

#EBE0FF (or 0xEBE0FF) is unknown color: approx Magnolia. HEX triplet: EB, E0 and FF. RGB value is (235,224,255). Sum of RGB (Red+Green+Blue) = 235+224+255=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0FF is #141F00. Grayscale: #E6E6E6. Windows color (decimal): -1318657 or 16769259. OLE color: 16769259.

HSL color Cylindrical-coordinate representation of color #EBE0FF: hue angle of 261.29º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBE0FF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235224255-
CMYK0.080.1200
HSL261.29º100%93.92%-
HSV(B)261.29º12.16%100%-
XYZ78.9778.19105.54-
YUV230.82141.64130.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 224 (87.89% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 35.71%
R=32.91%
G=31.37%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352242550.080.1200261.2910093.92
HexEBE0FF8C00105645e
Octal353340377101400405144136
Binary111010111110000011111111100011000010000010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0FF; }

 p { color: rgb(235,224,255); }

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

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

 a { background-color: rgb(235,224,255); }

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

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

 span { border-color: rgb(235,224,255); }

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