Html Css Color HEX #E048F9 Free Speech Magenta

📋 copy color: '#E048F9'

red 224 ◦ green 72 ◦ blue 249

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

Shades of Free Speech Magenta #E048F9

Tints of Free Speech Magenta #E048F9

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 72 (28.52% from 255) = 13.21%

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 41.1%
G = 13.21%
B = 45.69%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E048F9 (or 0xE048F9) is known color: Free Speech Magenta. HEX triplet: E0, 48 and F9. RGB value is (224,72,249). Sum of RGB (Red+Green+Blue) = 224+72+249=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #E048F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048F9 is #1FB706. Grayscale: #898989. Windows color (decimal): -2078471 or 16337120. OLE color: 16337120.

HSL color Cylindrical-coordinate representation of color #E048F9: hue angle of 291.53º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E048F9 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 72 249 -
CMYK 0.10 0.71 0 0.02
HSL 291.53º 0.94% 0.63% -
HSV(B) 291.53º 0.71% 0.98% -
XYZ 50.16 27.32 92.25 -
YUV 137.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 224 72 249 0.10 0.71 0 0.02 291.53 0.94 0.63
Hex E0 48 F9 A 47 0 2 124 5E 3F
Octal 340 110 371 12 107 0 2 444 136 77
Binary 11100000 1001000 11111001 1010 1000111 0 10 100100100 1011110 111111

Color Harmonies of #E048F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048F9

Black with #E048F9

Text Example


Text Example

White with #E048F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048F9; }

 p { color: rgb(224,72,249); }

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

background-color css

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

 a { background-color: rgb(224,72,249); }

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

border-color css

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

 span { border-color: rgb(224,72,249); }

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