#E352E5

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

Shades of Free Speech Magenta #E352E5

Tints of Free Speech Magenta #E352E5

Color information

#E352E5 (or 0xE352E5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 52 and E5. RGB value is (227,82,229). Sum of RGB (Red+Green+Blue) = 227+82+229=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #E352E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352E5 is #1CAD1A. Grayscale: #8D8D8D. Windows color (decimal): -1879323 or 15028963. OLE color: 15028963.

HSL color Cylindrical-coordinate representation of color #E352E5: hue angle of 299.18º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352E5 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22782229-
CMYK0.010.6400.10
HSL299.18º73.87%60.98%-
HSV(B)299.18º64.19%89.8%-
XYZ48.8428.0276.96-
YUV142.11177.04188.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 82 (32.42% from 255) = 15.24%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=42.19%
G=15.24%
B=42.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227822290.010.6400.10299.1873.8760.98
HexE352E51400A12b4a3d
Octal343122345110001245311275
Binary1110001110100101110010111000000010101001010111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E352E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E352E5; }

 p { color: rgb(227,82,229); }

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

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

 a { background-color: rgb(227,82,229); }

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

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

 span { border-color: rgb(227,82,229); }

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