#E364DC

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

Shades of Free Speech Magenta #E364DC

Tints of Free Speech Magenta #E364DC

Color information

#E364DC (or 0xE364DC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 64 and DC. RGB value is (227,100,220). Sum of RGB (Red+Green+Blue) = 227+100+220=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E364DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364DC is #1C9B23. Grayscale: #979797. Windows color (decimal): -1874724 or 14443747. OLE color: 14443747.

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

Color convert

RGB227100220-
CMYK00.560.030.11
HSL303.31º69.4%64.12%-
HSV(B)303.31º55.95%89.02%-
XYZ49.1530.6171.03-
YUV151.65166.58181.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=41.50%
G=18.28%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710022000.560.030.11303.3169.464.12
HexE364DC0383B12f4540
Octal343144334070313457105100
Binary11100011110010011011100011100011101110010111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E364DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E364DC; }

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

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

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

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

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

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

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

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