#E135F2

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

Shades of Free Speech Magenta #E135F2

Tints of Free Speech Magenta #E135F2

Color information

#E135F2 (or 0xE135F2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 35 and F2. RGB value is (225,53,242). Sum of RGB (Red+Green+Blue) = 225+53+242=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #E135F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E135F2 is #1ECA0D. Grayscale: #7D7D7D. Windows color (decimal): -2017806 or 15873505. OLE color: 15873505.

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

Color convert

RGB22553242-
CMYK0.070.7800.05
HSL294.6º87.91%57.84%-
HSV(B)294.6º78.1%94.9%-
XYZ48.3524.9686.27-
YUV125.97193.48198.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 53 (21.09% from 255) = 10.19%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=43.27%
G=10.19%
B=46.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225532420.070.7800.05294.687.9157.84
HexE135F274E05127583a
Octal3416536271160544713072
Binary1110000111010111110010111100111001011001001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E135F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E135F2; }

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

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

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

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

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

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

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

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