Html Css Color HEX #E74AE4 Free Speech Magenta

📋 copy color: '#E74AE4'

red 231 ◦ green 74 ◦ blue 228

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

Shades of Free Speech Magenta #E74AE4

Tints of Free Speech Magenta #E74AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 43.34%
G = 13.88%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E74AE4 (or 0xE74AE4) is known color: Free Speech Magenta. HEX triplet: E7, 4A and E4. RGB value is (231,74,228). Sum of RGB (Red+Green+Blue) = 231+74+228=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74AE4 is #18B51B. Grayscale: #8A8A8A. Windows color (decimal): -1619228 or 14961383. OLE color: 14961383.

HSL color Cylindrical-coordinate representation of color #E74AE4: hue angle of 301.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74AE4 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 228 -
CMYK 0 0.68 0.01 0.09
HSL 301.15º 0.77% 0.6% -
HSV(B) 301.15º 0.68% 0.91% -
XYZ 49.41 27.49 76.1 -
YUV 138.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 231 74 228 0 0.68 0.01 0.09 301.15 0.77 0.6
Hex E7 4A E4 0 44 1 9 12D 4D 3C
Octal 347 112 344 0 104 1 11 455 115 74
Binary 11100111 1001010 11100100 0 1000100 1 1001 100101101 1001101 111100

Color Harmonies of #E74AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AE4

Black with #E74AE4

Text Example


Text Example

White with #E74AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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