Html Css Color HEX #E74AF1 Free Speech Magenta

📋 copy color: '#E74AF1'

red 231 ◦ green 74 ◦ blue 241

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

Shades of Free Speech Magenta #E74AF1

Tints of Free Speech Magenta #E74AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.55%

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

R = 42.31%
G = 13.55%
B = 44.14%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E74AF1 (or 0xE74AF1) is known color: Free Speech Magenta. HEX triplet: E7, 4A and F1. RGB value is (231,74,241). Sum of RGB (Red+Green+Blue) = 231+74+241=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #E74AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AF1 is #18B50E. Grayscale: #8B8B8B. Windows color (decimal): -1619215 or 15813351. OLE color: 15813351.

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

Color convert

RGB 231 74 241 -
CMYK 0.04 0.69 0 0.05
HSL 296.41º 0.86% 0.62% -
HSV(B) 296.41º 0.69% 0.95% -
XYZ 51.28 28.24 85.97 -
YUV 139.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 231 74 241 0.04 0.69 0 0.05 296.41 0.86 0.62
Hex E7 4A F1 4 45 0 5 128 56 3E
Octal 347 112 361 4 105 0 5 450 126 76
Binary 11100111 1001010 11110001 100 1000101 0 101 100101000 1010110 111110

Color Harmonies of #E74AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AF1

Black with #E74AF1

Text Example


Text Example

White with #E74AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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