Html Css Color HEX #E741EC Free Speech Magenta

📋 copy color: '#E741EC'

red 231 ◦ green 65 ◦ blue 236

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

Shades of Free Speech Magenta #E741EC

Tints of Free Speech Magenta #E741EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.22%

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

R = 43.42%
G = 12.22%
B = 44.36%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E741EC (or 0xE741EC) is known color: Free Speech Magenta. HEX triplet: E7, 41 and EC. RGB value is (231,65,236). Sum of RGB (Red+Green+Blue) = 231+65+236=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #E741EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741EC is #18BE13. Grayscale: #858585. Windows color (decimal): -1621524 or 15483367. OLE color: 15483367.

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

Color convert

RGB 231 65 236 -
CMYK 0.02 0.72 0 0.07
HSL 298.25º 0.82% 0.59% -
HSV(B) 298.25º 0.72% 0.93% -
XYZ 49.99 26.83 81.9 -
YUV 134.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 231 65 236 0.02 0.72 0 0.07 298.25 0.82 0.59
Hex E7 41 EC 2 48 0 7 12A 52 3B
Octal 347 101 354 2 110 0 7 452 122 73
Binary 11100111 1000001 11101100 10 1001000 0 111 100101010 1010010 111011

Color Harmonies of #E741EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741EC

Black with #E741EC

Text Example


Text Example

White with #E741EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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