Html Css Color HEX #E749EC Free Speech Magenta

📋 copy color: '#E749EC'

red 231 ◦ green 73 ◦ blue 236

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

Shades of Free Speech Magenta #E749EC

Tints of Free Speech Magenta #E749EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.52%

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

R = 42.78%
G = 13.52%
B = 43.7%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E749EC (or 0xE749EC) is known color: Free Speech Magenta. HEX triplet: E7, 49 and EC. RGB value is (231,73,236). Sum of RGB (Red+Green+Blue) = 231+73+236=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #E749EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749EC is #18B613. Grayscale: #8A8A8A. Windows color (decimal): -1619476 or 15485415. OLE color: 15485415.

HSL color Cylindrical-coordinate representation of color #E749EC: hue angle of 298.16º degrees, saturation: 0.81, 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 #E749EC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 73 236 -
CMYK 0.02 0.69 0 0.07
HSL 298.16º 0.81% 0.61% -
HSV(B) 298.16º 0.69% 0.93% -
XYZ 50.48 27.81 82.06 -
YUV 138.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 231 73 236 0.02 0.69 0 0.07 298.16 0.81 0.61
Hex E7 49 EC 2 45 0 7 12A 51 3D
Octal 347 111 354 2 105 0 7 452 121 75
Binary 11100111 1001001 11101100 10 1000101 0 111 100101010 1010001 111101

Color Harmonies of #E749EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749EC

Black with #E749EC

Text Example


Text Example

White with #E749EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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