#E366DE

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

Shades of Free Speech Magenta #E366DE

Tints of Free Speech Magenta #E366DE

Color information

#E366DE (or 0xE366DE) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 66 and DE. RGB value is (227,102,222). Sum of RGB (Red+Green+Blue) = 227+102+222=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E366DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366DE is #1C9921. Grayscale: #989898. Windows color (decimal): -1874210 or 14575331. OLE color: 14575331.

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

Color convert

RGB227102222-
CMYK00.550.020.11
HSL302.4º69.06%64.51%-
HSV(B)302.4º55.07%89.02%-
XYZ49.6131.1172.5-
YUV153.05166.91180.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 102 (40.23% from 255) = 18.51%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=41.20%
G=18.51%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710222200.550.020.11302.469.0664.51
HexE366DE0372B12e4541
Octal343146336067213456105101
Binary11100011110011011011110011011110101110010111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E366DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E366DE; }

 p { color: rgb(227,102,222); }

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

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

 a { background-color: rgb(227,102,222); }

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

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

 span { border-color: rgb(227,102,222); }

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