#e364e0

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

Shades of Free Speech Magenta #E364E0

Tints of Free Speech Magenta #E364E0

Color information

#E364E0 (or 0xE364E0) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 64 and E0. RGB value is (227,100,224). Sum of RGB (Red+Green+Blue) = 227+100+224=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E364E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364E0 is #1C9B1F. Grayscale: #979797. Windows color (decimal): -1874720 or 14705891. OLE color: 14705891.

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

Color convert

RGB227100224-
CMYK00.560.010.11
HSL301.42º69.4%64.12%-
HSV(B)301.42º55.95%89.02%-
XYZ49.6930.8373.85-
YUV152.11168.58181.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 100 (39.45% from 255) = 18.15%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=41.20%
G=18.15%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710022400.560.010.11301.4269.464.12
HexE364E00381B12d4540
Octal343144340070113455105100
Binary1110001111001001110000001110001101110010110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e364e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e364e0; }

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

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

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

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

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

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

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

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