Html Css Color HEX #E340F9 Free Speech Magenta

📋 copy color: '#E340F9'

red 227 ◦ green 64 ◦ blue 249

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

Shades of Free Speech Magenta #E340F9

Tints of Free Speech Magenta #E340F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.85%

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

R = 42.04%
G = 11.85%
B = 46.11%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E340F9 (or 0xE340F9) is known color: Free Speech Magenta. HEX triplet: E3, 40 and F9. RGB value is (227,64,249). Sum of RGB (Red+Green+Blue) = 227+64+249=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 64 (25.39% from 255 or 11.85% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #E340F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340F9 is #1CBF06. Grayscale: #858585. Windows color (decimal): -1883911 or 16335075. OLE color: 16335075.

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

Color convert

RGB 227 64 249 -
CMYK 0.09 0.74 0 0.02
HSL 292.86º 0.94% 0.61% -
HSV(B) 292.86º 0.74% 0.98% -
XYZ 50.61 26.84 92.14 -
YUV 133.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 227 64 249 0.09 0.74 0 0.02 292.86 0.94 0.61
Hex E3 40 F9 9 4A 0 2 125 5E 3D
Octal 343 100 371 11 112 0 2 445 136 75
Binary 11100011 1000000 11111001 1001 1001010 0 10 100100101 1011110 111101

Color Harmonies of #E340F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340F9

Black with #E340F9

Text Example


Text Example

White with #E340F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340F9; }

 p { color: rgb(227,64,249); }

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

background-color css

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

 a { background-color: rgb(227,64,249); }

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

border-color css

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

 span { border-color: rgb(227,64,249); }

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