Html Css Color HEX #E04AF9 Free Speech Magenta

📋 copy color: '#E04AF9'

red 224 ◦ green 74 ◦ blue 249

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

Shades of Free Speech Magenta #E04AF9

Tints of Free Speech Magenta #E04AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.53%

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

R = 40.95%
G = 13.53%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E04AF9 (or 0xE04AF9) is known color: Free Speech Magenta. HEX triplet: E0, 4A and F9. RGB value is (224,74,249). Sum of RGB (Red+Green+Blue) = 224+74+249=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #E04AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF9 is #1FB506. Grayscale: #8A8A8A. Windows color (decimal): -2077959 or 16337632. OLE color: 16337632.

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

Color convert

RGB 224 74 249 -
CMYK 0.10 0.70 0 0.02
HSL 291.43º 0.94% 0.63% -
HSV(B) 291.43º 0.7% 0.98% -
XYZ 50.29 27.58 92.3 -
YUV 138.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 224 74 249 0.10 0.70 0 0.02 291.43 0.94 0.63
Hex E0 4A F9 A 46 0 2 123 5E 3F
Octal 340 112 371 12 106 0 2 443 136 77
Binary 11100000 1001010 11111001 1010 1000110 0 10 100100011 1011110 111111

Color Harmonies of #E04AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AF9

Black with #E04AF9

Text Example


Text Example

White with #E04AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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