Html Css Color HEX #EBE0FF Magnolia

📋 copy color: '#EBE0FF'

red 235 ◦ green 224 ◦ blue 255

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

Shades of Magnolia #EBE0FF

Tints of Magnolia #EBE0FF

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 value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBE0FF (or 0xEBE0FF) is known color: 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

RGB 235 224 255 -
CMYK 0.08 0.12 0 0
HSL 261.29º 1% 0.94% -
HSV(B) 261.29º 0.12% 1% -
XYZ 78.97 78.19 105.54 -
YUV 230.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 235 224 255 0.08 0.12 0 0 261.29 1 0.94
Hex EB E0 FF 8 C 0 0 105 64 5E
Octal 353 340 377 10 14 0 0 405 144 136
Binary 11101011 11100000 11111111 1000 1100 0 0 100000101 1100100 1011110

Color Harmonies of #EBE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0FF

Black with #EBE0FF

Text Example


Text Example

White with #EBE0FF

Text Example


Text Example

HTML Codes & Css Web 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>