Html Css Color HEX #E359F2 Free Speech Magenta

📋 copy color: '#E359F2'

red 227 ◦ green 89 ◦ blue 242

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

Shades of Free Speech Magenta #E359F2

Tints of Free Speech Magenta #E359F2

RGB

 RED value IS 227 (89.06% from 255) = 40.68%

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 40.68%
G = 15.95%
B = 43.37%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E359F2 (or 0xE359F2) is known color: Free Speech Magenta. HEX triplet: E3, 59 and F2. RGB value is (227,89,242). Sum of RGB (Red+Green+Blue) = 227+89+242=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #E359F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E359F2 is #1CA60D. Grayscale: #939393. Windows color (decimal): -1877518 or 15882723. OLE color: 15882723.

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

Color convert

RGB 227 89 242 -
CMYK 0.06 0.63 0 0.05
HSL 294.12º 0.85% 0.65% -
HSV(B) 294.12º 0.63% 0.95% -
XYZ 51.28 29.89 87.07 -
YUV 147.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 227 89 242 0.06 0.63 0 0.05 294.12 0.85 0.65
Hex E3 59 F2 6 3F 0 5 126 55 41
Octal 343 131 362 6 77 0 5 446 125 101
Binary 11100011 1011001 11110010 110 111111 0 101 100100110 1010101 1000001

Color Harmonies of #E359F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359F2

Black with #E359F2

Text Example


Text Example

White with #E359F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359F2; }

 p { color: rgb(227,89,242); }

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

background-color css

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

 a { background-color: rgb(227,89,242); }

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

border-color css

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

 span { border-color: rgb(227,89,242); }

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