Html Css Color HEX #E441F9 Free Speech Magenta

📋 copy color: '#E441F9'

red 228 ◦ green 65 ◦ blue 249

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

Shades of Free Speech Magenta #E441F9

Tints of Free Speech Magenta #E441F9

RGB

 RED value IS 228 (89.45% from 255) = 42.07%

 GREEN value IS 65 (25.78% from 255) = 11.99%

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

R = 42.07%
G = 11.99%
B = 45.94%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E441F9 (or 0xE441F9) is known color: Free Speech Magenta. HEX triplet: E4, 41 and F9. RGB value is (228,65,249). Sum of RGB (Red+Green+Blue) = 228+65+249=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #E441F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441F9 is #1BBE06. Grayscale: #868686. Windows color (decimal): -1818119 or 16335332. OLE color: 16335332.

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

Color convert

RGB 228 65 249 -
CMYK 0.08 0.74 0 0.02
HSL 293.15º 0.94% 0.62% -
HSV(B) 293.15º 0.74% 0.98% -
XYZ 50.98 27.11 92.17 -
YUV 134.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 228 65 249 0.08 0.74 0 0.02 293.15 0.94 0.62
Hex E4 41 F9 8 4A 0 2 125 5E 3E
Octal 344 101 371 10 112 0 2 445 136 76
Binary 11100100 1000001 11111001 1000 1001010 0 10 100100101 1011110 111110

Color Harmonies of #E441F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441F9

Black with #E441F9

Text Example


Text Example

White with #E441F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441F9; }

 p { color: rgb(228,65,249); }

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

background-color css

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

 a { background-color: rgb(228,65,249); }

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

border-color css

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

 span { border-color: rgb(228,65,249); }

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