Html Css Color HEX #E036F9 Free Speech Magenta

📋 copy color: '#E036F9'

red 224 ◦ green 54 ◦ blue 249

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

Shades of Free Speech Magenta #E036F9

Tints of Free Speech Magenta #E036F9

RGB

 RED value IS 224 (87.89% from 255) = 42.5%

 GREEN value IS 54 (21.48% from 255) = 10.25%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 42.5%
G = 10.25%
B = 47.25%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E036F9 (or 0xE036F9) is known color: Free Speech Magenta. HEX triplet: E0, 36 and F9. RGB value is (224,54,249). Sum of RGB (Red+Green+Blue) = 224+54+249=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 54 (21.48% from 255 or 10.25% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #E036F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036F9 is #1FC906. Grayscale: #7E7E7E. Windows color (decimal): -2083079 or 16332512. OLE color: 16332512.

HSL color Cylindrical-coordinate representation of color #E036F9: hue angle of 292.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E036F9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 54 249 -
CMYK 0.10 0.78 0 0.02
HSL 292.31º 0.94% 0.59% -
HSV(B) 292.31º 0.78% 0.98% -
XYZ 49.16 25.33 91.92 -
YUV 127.06 196.82 197.14 -
System Red Green Blue C M Y K H S L
Decimal 224 54 249 0.10 0.78 0 0.02 292.31 0.94 0.59
Hex E0 36 F9 A 4E 0 2 124 5E 3B
Octal 340 66 371 12 116 0 2 444 136 73
Binary 11100000 110110 11111001 1010 1001110 0 10 100100100 1011110 111011

Color Harmonies of #E036F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036F9

Black with #E036F9

Text Example


Text Example

White with #E036F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036F9; }

 p { color: rgb(224,54,249); }

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

background-color css

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

 a { background-color: rgb(224,54,249); }

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

border-color css

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

 span { border-color: rgb(224,54,249); }

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