Html Css Color HEX #E059F0 Free Speech Magenta

📋 copy color: '#E059F0'

red 224 ◦ green 89 ◦ blue 240

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

Shades of Free Speech Magenta #E059F0

Tints of Free Speech Magenta #E059F0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.09%

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

R = 40.51%
G = 16.09%
B = 43.4%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E059F0 (or 0xE059F0) is known color: Free Speech Magenta. HEX triplet: E0, 59 and F0. RGB value is (224,89,240). Sum of RGB (Red+Green+Blue) = 224+89+240=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #E059F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059F0 is #1FA60F. Grayscale: #929292. Windows color (decimal): -2074128 or 15751648. OLE color: 15751648.

HSL color Cylindrical-coordinate representation of color #E059F0: hue angle of 293.64º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E059F0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 89 240 -
CMYK 0.07 0.63 0 0.06
HSL 293.64º 0.83% 0.65% -
HSV(B) 293.64º 0.63% 0.94% -
XYZ 50.04 29.28 85.45 -
YUV 146.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 224 89 240 0.07 0.63 0 0.06 293.64 0.83 0.65
Hex E0 59 F0 7 3F 0 6 126 53 41
Octal 340 131 360 7 77 0 6 446 123 101
Binary 11100000 1011001 11110000 111 111111 0 110 100100110 1010011 1000001

Color Harmonies of #E059F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059F0

Black with #E059F0

Text Example


Text Example

White with #E059F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059F0; }

 p { color: rgb(224,89,240); }

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

background-color css

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

 a { background-color: rgb(224,89,240); }

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

border-color css

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

 span { border-color: rgb(224,89,240); }

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