#E342CA

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

Shades of Free Speech Magenta #E342CA

Tints of Free Speech Magenta #E342CA

Color information

#E342CA (or 0xE342CA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 42 and CA. RGB value is (227,66,202). Sum of RGB (Red+Green+Blue) = 227+66+202=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E342CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E342CA is #1CBD35. Grayscale: #818181. Windows color (decimal): -1883446 or 13255395. OLE color: 13255395.

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

Color convert

RGB22766202-
CMYK00.710.110.11
HSL309.32º74.19%57.45%-
HSV(B)309.32º70.93%89.02%-
XYZ44.2924.4958.27-
YUV129.64168.84197.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.86%
GREEN value IS 66 (26.17% from 255) = 13.33%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=45.86%
G=13.33%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276620200.710.110.11309.3274.1957.45
HexE342CA047BB1354a39
Octal3431023120107131346511271
Binary1110001110000101100101001000111101110111001101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E342CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E342CA; }

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

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

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

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

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

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

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

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