#E361DA

Color #E361DA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E361DA

Tints of Free Speech Magenta #E361DA

Color information

#E361DA (or 0xE361DA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 61 and DA. RGB value is (227,97,218). Sum of RGB (Red+Green+Blue) = 227+97+218=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E361DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361DA is #1C9E25. Grayscale: #959595. Windows color (decimal): -1875494 or 14311907. OLE color: 14311907.

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

Color convert

RGB22797218-
CMYK00.570.040.11
HSL304.15º69.89%63.53%-
HSV(B)304.15º57.27%89.02%-
XYZ48.6129.9469.55-
YUV149.66166.57183.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 97 (38.28% from 255) = 17.90%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=41.88%
G=17.90%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279721800.570.040.11304.1569.8963.53
HexE361DA0394B1304640
Octal343141332071413460106100
Binary111000111100001110110100111001100101110011000010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E361DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E361DA; }

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

 H1.HeaderClassName
 {
   color: #E361DA;
 }
 .AnyTagClassName
 {
   color: #E361DA;
 }
</style>
background-color css

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

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

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

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

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

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