Html Css Color HEX #E74AF7 Free Speech Magenta

📋 copy color: '#E74AF7'

red 231 ◦ green 74 ◦ blue 247

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

Shades of Free Speech Magenta #E74AF7

Tints of Free Speech Magenta #E74AF7

RGB

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

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

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

R = 41.85%
G = 13.41%
B = 44.75%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E74AF7 (or 0xE74AF7) is known color: Free Speech Magenta. HEX triplet: E7, 4A and F7. RGB value is (231,74,247). Sum of RGB (Red+Green+Blue) = 231+74+247=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #E74AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AF7 is #18B508. Grayscale: #8C8C8C. Windows color (decimal): -1619209 or 16206567. OLE color: 16206567.

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

Color convert

RGB 231 74 247 -
CMYK 0.06 0.70 0 0.03
HSL 294.45º 0.92% 0.63% -
HSV(B) 294.45º 0.7% 0.97% -
XYZ 52.19 28.6 90.77 -
YUV 140.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 231 74 247 0.06 0.70 0 0.03 294.45 0.92 0.63
Hex E7 4A F7 6 46 0 3 126 5C 3F
Octal 347 112 367 6 106 0 3 446 134 77
Binary 11100111 1001010 11110111 110 1000110 0 11 100100110 1011100 111111

Color Harmonies of #E74AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AF7

Black with #E74AF7

Text Example


Text Example

White with #E74AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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