#E13AEE

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

Shades of Free Speech Magenta #E13AEE

Tints of Free Speech Magenta #E13AEE

Color information

#E13AEE (or 0xE13AEE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3A and EE. RGB value is (225,58,238). Sum of RGB (Red+Green+Blue) = 225+58+238=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #E13AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13AEE is #1EC511. Grayscale: #7F7F7F. Windows color (decimal): -2016530 or 15612641. OLE color: 15612641.

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

Color convert

RGB22558238-
CMYK0.050.7600.07
HSL295.67º84.11%58.04%-
HSV(B)295.67º75.63%93.33%-
XYZ4825.2183.22-
YUV128.45189.83196.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 58 (23.05% from 255) = 11.13%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=43.19%
G=11.13%
B=45.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225582380.050.7600.07295.6784.1158.04
HexE13AEE54C07128543a
Octal3417235651140745012472
Binary1110000111101011101110101100110001111001010001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13AEE; }

 p { color: rgb(225,58,238); }

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

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

 a { background-color: rgb(225,58,238); }

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

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

 span { border-color: rgb(225,58,238); }

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