Html Css Color HEX #E361BE Free Speech Magenta

📋 copy color: '#E361BE'

red 227 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #E361BE

Tints of Free Speech Magenta #E361BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 44.16%
G = 18.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E361BE (or 0xE361BE) is known color: Free Speech Magenta. HEX triplet: E3, 61 and BE. RGB value is (227,97,190). Sum of RGB (Red+Green+Blue) = 227+97+190=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E361BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361BE is #1C9E41. Grayscale: #929292. Windows color (decimal): -1875522 or 12476899. OLE color: 12476899.

HSL color Cylindrical-coordinate representation of color #E361BE: hue angle of 317.08º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361BE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 97 190 -
CMYK 0 0.57 0.16 0.11
HSL 317.08º 0.7% 0.64% -
HSV(B) 317.08º 0.57% 0.89% -
XYZ 45.25 28.6 51.85 -
YUV 146.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 227 97 190 0 0.57 0.16 0.11 317.08 0.7 0.64
Hex E3 61 BE 0 39 10 B 13D 46 40
Octal 343 141 276 0 71 20 13 475 106 100
Binary 11100011 1100001 10111110 0 111001 10000 1011 100111101 1000110 1000000

Color Harmonies of #E361BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361BE

Black with #E361BE

Text Example


Text Example

White with #E361BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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