#E342C6

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

Shades of Free Speech Magenta #E342C6

Tints of Free Speech Magenta #E342C6

Color information

#E342C6 (or 0xE342C6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 42 and C6. RGB value is (227,66,198). Sum of RGB (Red+Green+Blue) = 227+66+198=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E342C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E342C6 is #1CBD39. Grayscale: #808080. Windows color (decimal): -1883450 or 12993251. OLE color: 12993251.

HSL color Cylindrical-coordinate representation of color #E342C6: hue angle of 310.81º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E342C6 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB22766198-
CMYK00.710.130.11
HSL310.81º74.19%57.45%-
HSV(B)310.81º70.93%89.02%-
XYZ43.8224.355.81-
YUV129.19166.84197.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 66 (26.17% from 255) = 13.44%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=46.23%
G=13.44%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276619800.710.130.11310.8174.1957.45
HexE342C6047DB1374a39
Octal3431023060107151346711271
Binary1110001110000101100011001000111110110111001101111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E342C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E342C6; }

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

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

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

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

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

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

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

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