#E361DC

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

Shades of Free Speech Magenta #E361DC

Tints of Free Speech Magenta #E361DC

Color information

#E361DC (or 0xE361DC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 61 and DC. RGB value is (227,97,220). Sum of RGB (Red+Green+Blue) = 227+97+220=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E361DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361DC is #1C9E23. Grayscale: #959595. Windows color (decimal): -1875492 or 14442979. OLE color: 14442979.

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

Color convert

RGB22797220-
CMYK00.570.030.11
HSL303.23º69.89%63.53%-
HSV(B)303.23º57.27%89.02%-
XYZ48.8730.0570.93-
YUV149.89167.57183-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=41.73%
G=17.83%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279722000.570.030.11303.2369.8963.53
HexE361DC0393B12f4640
Octal343141334071313457106100
Binary11100011110000111011100011100111101110010111110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E361DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E361DC; }

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

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

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

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

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

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

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

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