Html Css Color HEX #E359EF Free Speech Magenta

📋 copy color: '#E359EF'

red 227 ◦ green 89 ◦ blue 239

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

Shades of Free Speech Magenta #E359EF

Tints of Free Speech Magenta #E359EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 40.9%
G = 16.04%
B = 43.06%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E359EF (or 0xE359EF) is known color: Free Speech Magenta. HEX triplet: E3, 59 and EF. RGB value is (227,89,239). Sum of RGB (Red+Green+Blue) = 227+89+239=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #E359EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E359EF is #1CA610. Grayscale: #929292. Windows color (decimal): -1877521 or 15686115. OLE color: 15686115.

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

Color convert

RGB 227 89 239 -
CMYK 0.05 0.63 0 0.06
HSL 295.2º 0.82% 0.64% -
HSV(B) 295.2º 0.63% 0.94% -
XYZ 50.83 29.71 84.72 -
YUV 147.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 227 89 239 0.05 0.63 0 0.06 295.2 0.82 0.64
Hex E3 59 EF 5 3F 0 6 127 52 40
Octal 343 131 357 5 77 0 6 447 122 100
Binary 11100011 1011001 11101111 101 111111 0 110 100100111 1010010 1000000

Color Harmonies of #E359EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359EF

Black with #E359EF

Text Example


Text Example

White with #E359EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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