Html Css Color HEX #E74AED Free Speech Magenta

📋 copy color: '#E74AED'

red 231 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #E74AED

Tints of Free Speech Magenta #E74AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 42.62%
G = 13.65%
B = 43.73%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E74AED (or 0xE74AED) is known color: Free Speech Magenta. HEX triplet: E7, 4A and ED. RGB value is (231,74,237). Sum of RGB (Red+Green+Blue) = 231+74+237=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E74AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AED is #18B512. Grayscale: #8B8B8B. Windows color (decimal): -1619219 or 15551207. OLE color: 15551207.

HSL color Cylindrical-coordinate representation of color #E74AED: hue angle of 297.79º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74AED is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 74 237 -
CMYK 0.03 0.69 0 0.07
HSL 297.79º 0.82% 0.61% -
HSV(B) 297.79º 0.69% 0.93% -
XYZ 50.69 28 82.85 -
YUV 139.53 183.01 193.25 -
System Red Green Blue C M Y K H S L
Decimal 231 74 237 0.03 0.69 0 0.07 297.79 0.82 0.61
Hex E7 4A ED 3 45 0 7 12A 52 3D
Octal 347 112 355 3 105 0 7 452 122 75
Binary 11100111 1001010 11101101 11 1000101 0 111 100101010 1010010 111101

Color Harmonies of #E74AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AED

Black with #E74AED

Text Example


Text Example

White with #E74AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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