Html Css Color HEX #E249F0 Free Speech Magenta

📋 copy color: '#E249F0'

red 226 ◦ green 73 ◦ blue 240

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

Shades of Free Speech Magenta #E249F0

Tints of Free Speech Magenta #E249F0

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 41.93%
G = 13.54%
B = 44.53%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E249F0 (or 0xE249F0) is known color: Free Speech Magenta. HEX triplet: E2, 49 and F0. RGB value is (226,73,240). Sum of RGB (Red+Green+Blue) = 226+73+240=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #E249F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E249F0 is #1DB60F. Grayscale: #898989. Windows color (decimal): -1947152 or 15747554. OLE color: 15747554.

HSL color Cylindrical-coordinate representation of color #E249F0: hue angle of 294.97º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E249F0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 73 240 -
CMYK 0.06 0.70 0 0.06
HSL 294.97º 0.85% 0.61% -
HSV(B) 294.97º 0.7% 0.94% -
XYZ 49.47 27.23 85.09 -
YUV 137.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 226 73 240 0.06 0.70 0 0.06 294.97 0.85 0.61
Hex E2 49 F0 6 46 0 6 127 55 3D
Octal 342 111 360 6 106 0 6 447 125 75
Binary 11100010 1001001 11110000 110 1000110 0 110 100100111 1010101 111101

Color Harmonies of #E249F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249F0

Black with #E249F0

Text Example


Text Example

White with #E249F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249F0; }

 p { color: rgb(226,73,240); }

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

background-color css

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

 a { background-color: rgb(226,73,240); }

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

border-color css

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

 span { border-color: rgb(226,73,240); }

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