#E353F0

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

Shades of Free Speech Magenta #E353F0

Tints of Free Speech Magenta #E353F0

Color information

#E353F0 (or 0xE353F0) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 53 and F0. RGB value is (227,83,240). Sum of RGB (Red+Green+Blue) = 227+83+240=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #E353F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E353F0 is #1CAC0F. Grayscale: #8F8F8F. Windows color (decimal): -1879056 or 15750115. OLE color: 15750115.

HSL color Cylindrical-coordinate representation of color #E353F0: hue angle of 295.03º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E353F0 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22783240-
CMYK0.050.6500.06
HSL295.03º83.96%63.33%-
HSV(B)295.03º65.42%94.12%-
XYZ50.528.8185.34-
YUV143.95182.21187.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 83 (32.81% from 255) = 15.09%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=41.27%
G=15.09%
B=43.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal227832400.050.6500.06295.0383.9663.33
HexE353F054106127543f
Octal34312336051010644712477
Binary11100011101001111110000101100000101101001001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E353F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E353F0; }

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

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

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

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

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

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

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

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