Html Css Color HEX #E04AF1 Free Speech Magenta

📋 copy color: '#E04AF1'

red 224 ◦ green 74 ◦ blue 241

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

Shades of Free Speech Magenta #E04AF1

Tints of Free Speech Magenta #E04AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 41.56%
G = 13.73%
B = 44.71%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E04AF1 (or 0xE04AF1) is known color: Free Speech Magenta. HEX triplet: E0, 4A and F1. RGB value is (224,74,241). Sum of RGB (Red+Green+Blue) = 224+74+241=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #E04AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF1 is #1FB50E. Grayscale: #898989. Windows color (decimal): -2077967 or 15813344. OLE color: 15813344.

HSL color Cylindrical-coordinate representation of color #E04AF1: hue angle of 293.89º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04AF1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 74 241 -
CMYK 0.07 0.69 0 0.05
HSL 293.89º 0.86% 0.62% -
HSV(B) 293.89º 0.69% 0.95% -
XYZ 49.07 27.1 85.86 -
YUV 137.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 224 74 241 0.07 0.69 0 0.05 293.89 0.86 0.62
Hex E0 4A F1 7 45 0 5 126 56 3E
Octal 340 112 361 7 105 0 5 446 126 76
Binary 11100000 1001010 11110001 111 1000101 0 101 100100110 1010110 111110

Color Harmonies of #E04AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AF1

Black with #E04AF1

Text Example


Text Example

White with #E04AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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