#E35FE5

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

Shades of Free Speech Magenta #E35FE5

Tints of Free Speech Magenta #E35FE5

Color information

#E35FE5 (or 0xE35FE5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5F and E5. RGB value is (227,95,229). Sum of RGB (Red+Green+Blue) = 227+95+229=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #E35FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FE5 is #1CA01A. Grayscale: #959595. Windows color (decimal): -1875995 or 15032291. OLE color: 15032291.

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

Color convert

RGB22795229-
CMYK0.010.5900.10
HSL299.1º72.04%63.53%-
HSV(B)299.1º58.52%89.8%-
XYZ49.9130.1777.32-
YUV149.74172.73183.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 95 (37.5% from 255) = 17.24%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=41.20%
G=17.24%
B=41.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227952290.010.5900.10299.172.0463.53
HexE35FE513B0A12b4840
Octal343137345173012453110100
Binary1110001110111111110010111110110101010010101110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35FE5; }

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

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

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

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

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

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

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

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