Html Css Color HEX #E74AF5 Free Speech Magenta

📋 copy color: '#E74AF5'

red 231 ◦ green 74 ◦ blue 245

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

Shades of Free Speech Magenta #E74AF5

Tints of Free Speech Magenta #E74AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.55%

R = 42%
G = 13.45%
B = 44.55%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E74AF5 (or 0xE74AF5) is known color: Free Speech Magenta. HEX triplet: E7, 4A and F5. RGB value is (231,74,245). Sum of RGB (Red+Green+Blue) = 231+74+245=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 74 (29.30% from 255 or 13.45% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #E74AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AF5 is #18B50A. Grayscale: #8B8B8B. Windows color (decimal): -1619211 or 16075495. OLE color: 16075495.

HSL color Cylindrical-coordinate representation of color #E74AF5: hue angle of 295.09º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74AF5 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 74 245 -
CMYK 0.06 0.70 0 0.04
HSL 295.09º 0.9% 0.63% -
HSV(B) 295.09º 0.7% 0.96% -
XYZ 51.89 28.48 89.15 -
YUV 140.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 231 74 245 0.06 0.70 0 0.04 295.09 0.9 0.63
Hex E7 4A F5 6 46 0 4 127 5A 3F
Octal 347 112 365 6 106 0 4 447 132 77
Binary 11100111 1001010 11110101 110 1000110 0 100 100100111 1011010 111111

Color Harmonies of #E74AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AF5

Black with #E74AF5

Text Example


Text Example

White with #E74AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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