Html Css Color HEX #E740F9 Free Speech Magenta

📋 copy color: '#E740F9'

red 231 ◦ green 64 ◦ blue 249

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

Shades of Free Speech Magenta #E740F9

Tints of Free Speech Magenta #E740F9

RGB

 RED value IS 231 (90.63% from 255) = 42.46%

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

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

R = 42.46%
G = 11.76%
B = 45.77%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E740F9 (or 0xE740F9) is known color: Free Speech Magenta. HEX triplet: E7, 40 and F9. RGB value is (231,64,249). Sum of RGB (Red+Green+Blue) = 231+64+249=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #E740F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740F9 is #18BF06. Grayscale: #868686. Windows color (decimal): -1621767 or 16335079. OLE color: 16335079.

HSL color Cylindrical-coordinate representation of color #E740F9: hue angle of 294.16º 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 #E740F9 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 64 249 -
CMYK 0.07 0.74 0 0.02
HSL 294.16º 0.94% 0.61% -
HSV(B) 294.16º 0.74% 0.98% -
XYZ 51.89 27.5 92.19 -
YUV 135.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 231 64 249 0.07 0.74 0 0.02 294.16 0.94 0.61
Hex E7 40 F9 7 4A 0 2 126 5E 3D
Octal 347 100 371 7 112 0 2 446 136 75
Binary 11100111 1000000 11111001 111 1001010 0 10 100100110 1011110 111101

Color Harmonies of #E740F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740F9

Black with #E740F9

Text Example


Text Example

White with #E740F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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