Html Css Color HEX #E039F6 Free Speech Magenta

📋 copy color: '#E039F6'

red 224 ◦ green 57 ◦ blue 246

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

Shades of Free Speech Magenta #E039F6

Tints of Free Speech Magenta #E039F6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.82%

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 42.5%
G = 10.82%
B = 46.68%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E039F6 (or 0xE039F6) is known color: Free Speech Magenta. HEX triplet: E0, 39 and F6. RGB value is (224,57,246). Sum of RGB (Red+Green+Blue) = 224+57+246=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #E039F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E039F6 is #1FC609. Grayscale: #7F7F7F. Windows color (decimal): -2082314 or 16136672. OLE color: 16136672.

HSL color Cylindrical-coordinate representation of color #E039F6: hue angle of 293.02º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E039F6 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 57 246 -
CMYK 0.09 0.77 0 0.04
HSL 293.02º 0.91% 0.59% -
HSV(B) 293.02º 0.77% 0.96% -
XYZ 48.84 25.43 89.52 -
YUV 128.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 224 57 246 0.09 0.77 0 0.04 293.02 0.91 0.59
Hex E0 39 F6 9 4D 0 4 125 5B 3B
Octal 340 71 366 11 115 0 4 445 133 73
Binary 11100000 111001 11110110 1001 1001101 0 100 100100101 1011011 111011

Color Harmonies of #E039F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E039F6

Black with #E039F6

Text Example


Text Example

White with #E039F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E039F6; }

 p { color: rgb(224,57,246); }

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

background-color css

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

 a { background-color: rgb(224,57,246); }

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

border-color css

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

 span { border-color: rgb(224,57,246); }

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