#e350c6

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

Shades of Free Speech Magenta #E350C6

Tints of Free Speech Magenta #E350C6

Color information

#E350C6 (or 0xE350C6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 50 and C6. RGB value is (227,80,198). Sum of RGB (Red+Green+Blue) = 227+80+198=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C6 is #1CAF39. Grayscale: #898989. Windows color (decimal): -1879866 or 12996835. OLE color: 12996835.

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

Color convert

RGB22780198-
CMYK00.650.130.11
HSL311.84º72.41%60.2%-
HSV(B)311.84º64.76%89.02%-
XYZ44.7426.1556.11-
YUV137.4162.2191.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.95%
GREEN value IS 80 (31.64% from 255) = 15.84%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=44.95%
G=15.84%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278019800.650.130.11311.8472.4160.2
HexE350C6041DB138483c
Octal3431203060101151347011074
Binary1110001110100001100011001000001110110111001110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e350c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e350c6; }

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

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

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

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

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

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

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

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