Html Css Color HEX #E740F7 Free Speech Magenta

📋 copy color: '#E740F7'

red 231 ◦ green 64 ◦ blue 247

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

Shades of Free Speech Magenta #E740F7

Tints of Free Speech Magenta #E740F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 42.62%
G = 11.81%
B = 45.57%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E740F7 (or 0xE740F7) is known color: Free Speech Magenta. HEX triplet: E7, 40 and F7. RGB value is (231,64,247). Sum of RGB (Red+Green+Blue) = 231+64+247=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #E740F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740F7 is #18BF08. Grayscale: #868686. Windows color (decimal): -1621769 or 16204007. OLE color: 16204007.

HSL color Cylindrical-coordinate representation of color #E740F7: hue angle of 294.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E740F7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 64 247 -
CMYK 0.06 0.74 0 0.03
HSL 294.75º 0.92% 0.61% -
HSV(B) 294.75º 0.74% 0.97% -
XYZ 51.58 27.37 90.56 -
YUV 134.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 231 64 247 0.06 0.74 0 0.03 294.75 0.92 0.61
Hex E7 40 F7 6 4A 0 3 127 5C 3D
Octal 347 100 367 6 112 0 3 447 134 75
Binary 11100111 1000000 11110111 110 1001010 0 11 100100111 1011100 111101

Color Harmonies of #E740F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740F7

Black with #E740F7

Text Example


Text Example

White with #E740F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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