Html Css Color HEX #EBE1FF Magnolia

📋 copy color: '#EBE1FF'

red 235 ◦ green 225 ◦ blue 255

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

Shades of Magnolia #EBE1FF

Tints of Magnolia #EBE1FF

RGB

 RED value IS 235 (92.19% from 255) = 32.87%

 GREEN value IS 225 (88.28% from 255) = 31.47%

 BLUE value IS 255 (100% from 255) = 35.66%

R = 32.87%
G = 31.47%
B = 35.66%

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

#EBE1FF (or 0xEBE1FF) is known color: Magnolia. HEX triplet: EB, E1 and FF. RGB value is (235,225,255). Sum of RGB (Red+Green+Blue) = 235+225+255=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1FF is #141E00. Grayscale: #E7E7E7. Windows color (decimal): -1318401 or 16769515. OLE color: 16769515.

HSL color Cylindrical-coordinate representation of color #EBE1FF: hue angle of 260º 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 #EBE1FF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 225 255 -
CMYK 0.08 0.12 0 0
HSL 260º 1% 0.94% -
HSV(B) 260º 0.12% 1% -
XYZ 79.24 78.73 105.63 -
YUV 231.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 235 225 255 0.08 0.12 0 0 260 1 0.94
Hex EB E1 FF 8 C 0 0 104 64 5E
Octal 353 341 377 10 14 0 0 404 144 136
Binary 11101011 11100001 11111111 1000 1100 0 0 100000100 1100100 1011110

Color Harmonies of #EBE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1FF

Black with #EBE1FF

Text Example


Text Example

White with #EBE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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