Html Css Color HEX #E74DEC Free Speech Magenta

📋 copy color: '#E74DEC'

red 231 ◦ green 77 ◦ blue 236

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

Shades of Free Speech Magenta #E74DEC

Tints of Free Speech Magenta #E74DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.15%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 42.46%
G = 14.15%
B = 43.38%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E74DEC (or 0xE74DEC) is known color: Free Speech Magenta. HEX triplet: E7, 4D and EC. RGB value is (231,77,236). Sum of RGB (Red+Green+Blue) = 231+77+236=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #E74DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DEC is #18B213. Grayscale: #8C8C8C. Windows color (decimal): -1618452 or 15486439. OLE color: 15486439.

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

Color convert

RGB 231 77 236 -
CMYK 0.02 0.67 0 0.07
HSL 298.11º 0.81% 0.61% -
HSV(B) 298.11º 0.67% 0.93% -
XYZ 50.75 28.35 82.15 -
YUV 141.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 231 77 236 0.02 0.67 0 0.07 298.11 0.81 0.61
Hex E7 4D EC 2 43 0 7 12A 51 3D
Octal 347 115 354 2 103 0 7 452 121 75
Binary 11100111 1001101 11101100 10 1000011 0 111 100101010 1010001 111101

Color Harmonies of #E74DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DEC

Black with #E74DEC

Text Example


Text Example

White with #E74DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DEC; }

 p { color: rgb(231,77,236); }

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

background-color css

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

 a { background-color: rgb(231,77,236); }

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

border-color css

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

 span { border-color: rgb(231,77,236); }

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