#E535F5

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

Shades of Free Speech Magenta #E535F5

Tints of Free Speech Magenta #E535F5

Color information

#E535F5 (or 0xE535F5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 35 and F5. RGB value is (229,53,245). Sum of RGB (Red+Green+Blue) = 229+53+245=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 53 (21.09% from 255 or 10.06% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #E535F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535F5 is #1ACA0A. Grayscale: #7E7E7E. Windows color (decimal): -1755659 or 16070117. OLE color: 16070117.

HSL color Cylindrical-coordinate representation of color #E535F5: hue angle of 295º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E535F5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22953245-
CMYK0.070.7800.04
HSL295º90.57%58.43%-
HSV(B)295º78.37%96.08%-
XYZ50.0725.888.73-
YUV127.51194.31200.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 53 (21.09% from 255) = 10.06%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=43.45%
G=10.06%
B=46.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal229532450.070.7800.0429590.5758.43
HexE535F574E041275b3a
Octal3456536571160444713372
Binary1110010111010111110101111100111001001001001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E535F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E535F5; }

 p { color: rgb(229,53,245); }

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

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

 a { background-color: rgb(229,53,245); }

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

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

 span { border-color: rgb(229,53,245); }

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