#E35AE7

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

Shades of Free Speech Magenta #E35AE7

Tints of Free Speech Magenta #E35AE7

Color information

#E35AE7 (or 0xE35AE7) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5A and E7. RGB value is (227,90,231). Sum of RGB (Red+Green+Blue) = 227+90+231=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #E35AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AE7 is #1CA518. Grayscale: #929292. Windows color (decimal): -1877273 or 15162083. OLE color: 15162083.

HSL color Cylindrical-coordinate representation of color #E35AE7: hue angle of 298.3º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E35AE7 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22790231-
CMYK0.020.6100.09
HSL298.3º74.6%62.94%-
HSV(B)298.3º61.04%90.59%-
XYZ49.7629.4178.66-
YUV147.04175.39185.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 90 (35.55% from 255) = 16.42%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=41.42%
G=16.42%
B=42.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal227902310.020.6100.09298.374.662.94
HexE35AE723D0912a4b3f
Octal34313234727501145211377
Binary1110001110110101110011110111101010011001010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35AE7; }

 p { color: rgb(227,90,231); }

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

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

 a { background-color: rgb(227,90,231); }

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

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

 span { border-color: rgb(227,90,231); }

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