#E354E0

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

Shades of Free Speech Magenta #E354E0

Tints of Free Speech Magenta #E354E0

Color information

#E354E0 (or 0xE354E0) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 54 and E0. RGB value is (227,84,224). Sum of RGB (Red+Green+Blue) = 227+84+224=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E354E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354E0 is #1CAB1F. Grayscale: #8E8E8E. Windows color (decimal): -1878816 or 14701795. OLE color: 14701795.

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

Color convert

RGB22784224-
CMYK00.630.010.11
HSL301.26º71.86%60.98%-
HSV(B)301.26º63%89.02%-
XYZ48.328.0573.39-
YUV142.72173.88188.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.43%
GREEN value IS 84 (33.20% from 255) = 15.70%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=42.43%
G=15.70%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278422400.630.010.11301.2671.8660.98
HexE354E003F1B12d483d
Octal34312434007711345511075
Binary111000111010100111000000111111110111001011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E354E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E354E0; }

 p { color: rgb(227,84,224); }

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

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

 a { background-color: rgb(227,84,224); }

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

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

 span { border-color: rgb(227,84,224); }

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