Html Css Color HEX #EFE0FE Magnolia

📋 copy color: '#EFE0FE'

red 239 ◦ green 224 ◦ blue 254

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

Shades of Magnolia #EFE0FE

Tints of Magnolia #EFE0FE

RGB

 RED value IS 239 (93.75% from 255) = 33.33%

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

 BLUE value IS 254 (99.61% from 255) = 35.43%

R = 33.33%
G = 31.24%
B = 35.43%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFE0FE (or 0xEFE0FE) is known color: Magnolia. HEX triplet: EF, E0 and FE. RGB value is (239,224,254). Sum of RGB (Red+Green+Blue) = 239+224+254=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FE is #101F01. Grayscale: #E7E7E7. Windows color (decimal): -1056514 or 16703727. OLE color: 16703727.

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

Color convert

RGB 239 224 254 -
CMYK 0.06 0.12 0 0.00
HSL 270º 0.94% 0.94% -
HSV(B) 270º 0.12% 1% -
XYZ 80.14 78.82 104.76 -
YUV 231.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 239 224 254 0.06 0.12 0 0.00 270 0.94 0.94
Hex EF E0 FE 6 C 0 0 10E 5E 5E
Octal 357 340 376 6 14 0 0 416 136 136
Binary 11101111 11100000 11111110 110 1100 0 0 100001110 1011110 1011110

Color Harmonies of #EFE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0FE

Black with #EFE0FE

Text Example


Text Example

White with #EFE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0FE; }

 p { color: rgb(239,224,254); }

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

background-color css

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

 a { background-color: rgb(239,224,254); }

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

border-color css

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

 span { border-color: rgb(239,224,254); }

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