#E135EF

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

Shades of Free Speech Magenta #E135EF

Tints of Free Speech Magenta #E135EF

Color information

#E135EF (or 0xE135EF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 35 and EF. RGB value is (225,53,239). Sum of RGB (Red+Green+Blue) = 225+53+239=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #E135EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E135EF is #1ECA10. Grayscale: #7D7D7D. Windows color (decimal): -2017809 or 15676897. OLE color: 15676897.

HSL color Cylindrical-coordinate representation of color #E135EF: hue angle of 295.48º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E135EF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22553239-
CMYK0.060.7800.06
HSL295.48º85.32%57.25%-
HSV(B)295.48º77.82%93.73%-
XYZ47.924.7983.92-
YUV125.63191.98198.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 53 (21.09% from 255) = 10.25%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=43.52%
G=10.25%
B=46.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225532390.060.7800.06295.4885.3257.25
HexE135EF64E061275539
Octal3416535761160644712571
Binary1110000111010111101111110100111001101001001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E135EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E135EF; }

 p { color: rgb(225,53,239); }

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

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

 a { background-color: rgb(225,53,239); }

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

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

 span { border-color: rgb(225,53,239); }

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