Html Css Color HEX #E361E6 Free Speech Magenta

📋 copy color: '#E361E6'

red 227 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #E361E6

Tints of Free Speech Magenta #E361E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.51%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 40.97%
G = 17.51%
B = 41.52%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E361E6 (or 0xE361E6) is known color: Free Speech Magenta. HEX triplet: E3, 61 and E6. RGB value is (227,97,230). Sum of RGB (Red+Green+Blue) = 227+97+230=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #E361E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E361E6 is #1C9E19. Grayscale: #969696. Windows color (decimal): -1875482 or 15098339. OLE color: 15098339.

HSL color Cylindrical-coordinate representation of color #E361E6: hue angle of 298.65º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E361E6 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 97 230 -
CMYK 0.01 0.58 0 0.10
HSL 298.65º 0.73% 0.64% -
HSV(B) 298.65º 0.58% 0.9% -
XYZ 50.24 30.59 78.12 -
YUV 151.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 227 97 230 0.01 0.58 0 0.10 298.65 0.73 0.64
Hex E3 61 E6 1 3A 0 A 12B 49 40
Octal 343 141 346 1 72 0 12 453 111 100
Binary 11100011 1100001 11100110 1 111010 0 1010 100101011 1001001 1000000

Color Harmonies of #E361E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361E6

Black with #E361E6

Text Example


Text Example

White with #E361E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361E6; }

 p { color: rgb(227,97,230); }

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

background-color css

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

 a { background-color: rgb(227,97,230); }

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

border-color css

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

 span { border-color: rgb(227,97,230); }

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