Html Css Color HEX #E341F4 Free Speech Magenta

📋 copy color: '#E341F4'

red 227 ◦ green 65 ◦ blue 244

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

Shades of Free Speech Magenta #E341F4

Tints of Free Speech Magenta #E341F4

RGB

 RED value IS 227 (89.06% from 255) = 42.35%

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

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

R = 42.35%
G = 12.13%
B = 45.52%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E341F4 (or 0xE341F4) is known color: Free Speech Magenta. HEX triplet: E3, 41 and F4. RGB value is (227,65,244). Sum of RGB (Red+Green+Blue) = 227+65+244=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 65 (25.78% from 255 or 12.13% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #E341F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341F4 is #1CBE0B. Grayscale: #858585. Windows color (decimal): -1883660 or 16007651. OLE color: 16007651.

HSL color Cylindrical-coordinate representation of color #E341F4: hue angle of 294.3º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E341F4 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 227 65 244 -
CMYK 0.07 0.73 0 0.04
HSL 294.3º 0.89% 0.61% -
HSV(B) 294.3º 0.73% 0.96% -
XYZ 49.9 26.64 88.1 -
YUV 133.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 227 65 244 0.07 0.73 0 0.04 294.3 0.89 0.61
Hex E3 41 F4 7 49 0 4 126 59 3D
Octal 343 101 364 7 111 0 4 446 131 75
Binary 11100011 1000001 11110100 111 1001001 0 100 100100110 1011001 111101

Color Harmonies of #E341F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341F4

Black with #E341F4

Text Example


Text Example

White with #E341F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341F4; }

 p { color: rgb(227,65,244); }

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

background-color css

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

 a { background-color: rgb(227,65,244); }

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

border-color css

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

 span { border-color: rgb(227,65,244); }

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