Html Css Color HEX #E741F6 Free Speech Magenta

📋 copy color: '#E741F6'

red 231 ◦ green 65 ◦ blue 246

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

Shades of Free Speech Magenta #E741F6

Tints of Free Speech Magenta #E741F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 42.62%
G = 11.99%
B = 45.39%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E741F6 (or 0xE741F6) is known color: Free Speech Magenta. HEX triplet: E7, 41 and F6. RGB value is (231,65,246). Sum of RGB (Red+Green+Blue) = 231+65+246=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #E741F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741F6 is #18BE09. Grayscale: #868686. Windows color (decimal): -1621514 or 16138727. OLE color: 16138727.

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

Color convert

RGB 231 65 246 -
CMYK 0.06 0.74 0 0.04
HSL 295.03º 0.91% 0.61% -
HSV(B) 295.03º 0.74% 0.96% -
XYZ 51.48 27.42 89.77 -
YUV 135.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 231 65 246 0.06 0.74 0 0.04 295.03 0.91 0.61
Hex E7 41 F6 6 4A 0 4 127 5B 3D
Octal 347 101 366 6 112 0 4 447 133 75
Binary 11100111 1000001 11110110 110 1001010 0 100 100100111 1011011 111101

Color Harmonies of #E741F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741F6

Black with #E741F6

Text Example


Text Example

White with #E741F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741F6; }

 p { color: rgb(231,65,246); }

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

background-color css

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

 a { background-color: rgb(231,65,246); }

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

border-color css

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

 span { border-color: rgb(231,65,246); }

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