Html Css Color HEX #E74EF1 Free Speech Magenta

📋 copy color: '#E74EF1'

red 231 ◦ green 78 ◦ blue 241

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

Shades of Free Speech Magenta #E74EF1

Tints of Free Speech Magenta #E74EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.18%

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 42%
G = 14.18%
B = 43.82%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E74EF1 (or 0xE74EF1) is known color: Free Speech Magenta. HEX triplet: E7, 4E and F1. RGB value is (231,78,241). Sum of RGB (Red+Green+Blue) = 231+78+241=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 78 (30.86% from 255 or 14.18% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #E74EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EF1 is #18B10E. Grayscale: #8D8D8D. Windows color (decimal): -1618191 or 15814375. OLE color: 15814375.

HSL color Cylindrical-coordinate representation of color #E74EF1: hue angle of 296.32º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74EF1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 78 241 -
CMYK 0.04 0.68 0 0.05
HSL 296.32º 0.85% 0.63% -
HSV(B) 296.32º 0.68% 0.95% -
XYZ 51.56 28.79 86.06 -
YUV 142.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 231 78 241 0.04 0.68 0 0.05 296.32 0.85 0.63
Hex E7 4E F1 4 44 0 5 128 55 3F
Octal 347 116 361 4 104 0 5 450 125 77
Binary 11100111 1001110 11110001 100 1000100 0 101 100101000 1010101 111111

Color Harmonies of #E74EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74EF1

Black with #E74EF1

Text Example


Text Example

White with #E74EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74EF1; }

 p { color: rgb(231,78,241); }

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

background-color css

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

 a { background-color: rgb(231,78,241); }

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

border-color css

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

 span { border-color: rgb(231,78,241); }

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