Html Css Color HEX #E361C2 Free Speech Magenta

📋 copy color: '#E361C2'

red 227 ◦ green 97 ◦ blue 194

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

Shades of Free Speech Magenta #E361C2

Tints of Free Speech Magenta #E361C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 43.82%
G = 18.73%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E361C2 (or 0xE361C2) is known color: Free Speech Magenta. HEX triplet: E3, 61 and C2. RGB value is (227,97,194). Sum of RGB (Red+Green+Blue) = 227+97+194=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E361C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361C2 is #1C9E3D. Grayscale: #929292. Windows color (decimal): -1875518 or 12739043. OLE color: 12739043.

HSL color Cylindrical-coordinate representation of color #E361C2: hue angle of 315.23º 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 #E361C2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 97 194 -
CMYK 0 0.57 0.15 0.11
HSL 315.23º 0.7% 0.64% -
HSV(B) 315.23º 0.57% 0.89% -
XYZ 45.69 28.78 54.18 -
YUV 146.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 227 97 194 0 0.57 0.15 0.11 315.23 0.7 0.64
Hex E3 61 C2 0 39 F B 13B 46 40
Octal 343 141 302 0 71 17 13 473 106 100
Binary 11100011 1100001 11000010 0 111001 1111 1011 100111011 1000110 1000000

Color Harmonies of #E361C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361C2

Black with #E361C2

Text Example


Text Example

White with #E361C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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