Html Css Color HEX #E04AF4 Free Speech Magenta

📋 copy color: '#E04AF4'

red 224 ◦ green 74 ◦ blue 244

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

Shades of Free Speech Magenta #E04AF4

Tints of Free Speech Magenta #E04AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.02%

R = 41.33%
G = 13.65%
B = 45.02%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E04AF4 (or 0xE04AF4) is known color: Free Speech Magenta. HEX triplet: E0, 4A and F4. RGB value is (224,74,244). Sum of RGB (Red+Green+Blue) = 224+74+244=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #E04AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF4 is #1FB50B. Grayscale: #898989. Windows color (decimal): -2077964 or 16009952. OLE color: 16009952.

HSL color Cylindrical-coordinate representation of color #E04AF4: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04AF4 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 74 244 -
CMYK 0.08 0.70 0 0.04
HSL 292.94º 0.89% 0.62% -
HSV(B) 292.94º 0.7% 0.96% -
XYZ 49.52 27.28 88.24 -
YUV 138.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 224 74 244 0.08 0.70 0 0.04 292.94 0.89 0.62
Hex E0 4A F4 8 46 0 4 125 59 3E
Octal 340 112 364 10 106 0 4 445 131 76
Binary 11100000 1001010 11110100 1000 1000110 0 100 100100101 1011001 111110

Color Harmonies of #E04AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AF4

Black with #E04AF4

Text Example


Text Example

White with #E04AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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