#e353c5

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

Shades of Free Speech Magenta #E353C5

Tints of Free Speech Magenta #E353C5

Color information

#E353C5 (or 0xE353C5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 53 and C5. RGB value is (227,83,197). Sum of RGB (Red+Green+Blue) = 227+83+197=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E353C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353C5 is #1CAC3A. Grayscale: #8A8A8A. Windows color (decimal): -1879099 or 12932067. OLE color: 12932067.

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

Color convert

RGB22783197-
CMYK00.630.130.11
HSL312.5º72%60.78%-
HSV(B)312.5º63.44%89.02%-
XYZ44.8526.5555.58-
YUV139.05160.71190.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.77%
GREEN value IS 83 (32.81% from 255) = 16.37%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=44.77%
G=16.37%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278319700.630.130.11312.57260.78
HexE353C503FDB138483d
Octal343123305077151347011075
Binary111000111010011110001010111111110110111001110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e353c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e353c5; }

 p { color: rgb(227,83,197); }

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

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

 a { background-color: rgb(227,83,197); }

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

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

 span { border-color: rgb(227,83,197); }

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