Html Css Color HEX #EBE5F5 Magnolia

📋 copy color: '#EBE5F5'

red 235 ◦ green 229 ◦ blue 245

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

Shades of Magnolia #EBE5F5

Tints of Magnolia #EBE5F5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.3%

 BLUE value IS 245 (96.09% from 255) = 34.56%

R = 33.15%
G = 32.3%
B = 34.56%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBE5F5 (or 0xEBE5F5) is known color: Magnolia. HEX triplet: EB, E5 and F5. RGB value is (235,229,245). Sum of RGB (Red+Green+Blue) = 235+229+245=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBE5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5F5 is #141A0A. Grayscale: #E8E8E8. Windows color (decimal): -1317387 or 16115179. OLE color: 16115179.

HSL color Cylindrical-coordinate representation of color #EBE5F5: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE5F5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 229 245 -
CMYK 0.04 0.07 0 0.04
HSL 262.5º 0.44% 0.93% -
HSV(B) 262.5º 0.07% 0.96% -
XYZ 78.76 80.29 97.73 -
YUV 232.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 235 229 245 0.04 0.07 0 0.04 262.5 0.44 0.93
Hex EB E5 F5 4 7 0 4 106 2C 5D
Octal 353 345 365 4 7 0 4 406 54 135
Binary 11101011 11100101 11110101 100 111 0 100 100000110 101100 1011101

Color Harmonies of #EBE5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5F5

Black with #EBE5F5

Text Example


Text Example

White with #EBE5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5F5; }

 p { color: rgb(235,229,245); }

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

background-color css

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

 a { background-color: rgb(235,229,245); }

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

border-color css

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

 span { border-color: rgb(235,229,245); }

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