#E364C0

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

Shades of Free Speech Magenta #E364C0

Tints of Free Speech Magenta #E364C0

Color information

#E364C0 (or 0xE364C0) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 64 and C0. RGB value is (227,100,192). Sum of RGB (Red+Green+Blue) = 227+100+192=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E364C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364C0 is #1C9B3F. Grayscale: #949494. Windows color (decimal): -1874752 or 12608739. OLE color: 12608739.

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

Color convert

RGB227100192-
CMYK00.560.150.11
HSL316.54º69.4%64.12%-
HSV(B)316.54º55.95%89.02%-
XYZ45.7529.2553.1-
YUV148.46152.58184.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.74%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=43.74%
G=19.27%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710019200.560.150.11316.5469.464.12
HexE364C0038FB13d4540
Octal3431443000701713475105100
Binary1110001111001001100000001110001111101110011110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E364C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E364C0; }

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

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

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

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

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

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

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

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