#E365DC

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

Shades of Free Speech Magenta #E365DC

Tints of Free Speech Magenta #E365DC

Color information

#E365DC (or 0xE365DC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 65 and DC. RGB value is (227,101,220). Sum of RGB (Red+Green+Blue) = 227+101+220=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DC is #1C9A23. Grayscale: #979797. Windows color (decimal): -1874468 or 14444003. OLE color: 14444003.

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

Color convert

RGB227101220-
CMYK00.560.030.11
HSL303.33º69.23%64.31%-
HSV(B)303.33º55.51%89.02%-
XYZ49.2530.8171.06-
YUV152.24166.24181.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 101 (39.84% from 255) = 18.43%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=41.42%
G=18.43%
B=40.15%

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
Decimal22710122000.560.030.11303.3369.2364.31
HexE365DC0383B12f4540
Octal343145334070313457105100
Binary11100011110010111011100011100011101110010111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E365DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E365DC; }

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

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

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

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

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

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

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

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