Html Css Color HEX #EBE0FA Magnolia

📋 copy color: '#EBE0FA'

red 235 ◦ green 224 ◦ blue 250

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

Shades of Magnolia #EBE0FA

Tints of Magnolia #EBE0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.59%

 BLUE value IS 250 (98.05% from 255) = 35.26%

R = 33.15%
G = 31.59%
B = 35.26%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBE0FA (or 0xEBE0FA) is known color: Magnolia. HEX triplet: EB, E0 and FA. RGB value is (235,224,250). Sum of RGB (Red+Green+Blue) = 235+224+250=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0FA is #141F05. Grayscale: #E6E6E6. Windows color (decimal): -1318662 or 16441579. OLE color: 16441579.

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

Color convert

RGB 235 224 250 -
CMYK 0.06 0.10 0 0.02
HSL 265.38º 0.72% 0.93% -
HSV(B) 265.38º 0.1% 0.98% -
XYZ 78.17 77.88 101.35 -
YUV 230.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 235 224 250 0.06 0.10 0 0.02 265.38 0.72 0.93
Hex EB E0 FA 6 A 0 2 109 48 5D
Octal 353 340 372 6 12 0 2 411 110 135
Binary 11101011 11100000 11111010 110 1010 0 10 100001001 1001000 1011101

Color Harmonies of #EBE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0FA

Black with #EBE0FA

Text Example


Text Example

White with #EBE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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