#E350C3

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

Shades of Free Speech Magenta #E350C3

Tints of Free Speech Magenta #E350C3

Color information

#E350C3 (or 0xE350C3) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 50 and C3. RGB value is (227,80,195). Sum of RGB (Red+Green+Blue) = 227+80+195=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C3 is #1CAF3C. Grayscale: #888888. Windows color (decimal): -1879869 or 12800227. OLE color: 12800227.

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

Color convert

RGB22780195-
CMYK00.650.140.11
HSL313.06º72.41%60.2%-
HSV(B)313.06º64.76%89.02%-
XYZ44.426.0154.31-
YUV137.06160.7192.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 80 (31.64% from 255) = 15.94%
BLUE value IS 195 (76.56% from 255) = 38.84%
R=45.22%
G=15.94%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278019500.650.140.11313.0672.4160.2
HexE350C3041EB139483c
Octal3431203030101161347111074
Binary1110001110100001100001101000001111010111001110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E350C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E350C3; }

 p { color: rgb(227,80,195); }

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

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

 a { background-color: rgb(227,80,195); }

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

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

 span { border-color: rgb(227,80,195); }

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