#e13ed5

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

Shades of Free Speech Magenta #E13ED5

Tints of Free Speech Magenta #E13ED5

Color information

#E13ED5 (or 0xE13ED5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3E and D5. RGB value is (225,62,213). Sum of RGB (Red+Green+Blue) = 225+62+213=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ED5 is #1EC12A. Grayscale: #7F7F7F. Windows color (decimal): -2015531 or 13975265. OLE color: 13975265.

HSL color Cylindrical-coordinate representation of color #E13ED5: hue angle of 304.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13ED5 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22562213-
CMYK00.720.050.12
HSL304.42º73.09%56.27%-
HSV(B)304.42º72.44%88.24%-
XYZ44.7824.2665.27-
YUV127.95176197.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 62 (24.61% from 255) = 12.4%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=45%
G=12.4%
B=42.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256221300.720.050.12304.4273.0956.27
HexE13ED50485C1304938
Octal34176325011051446011170
Binary11100001111110110101010100100010111001001100001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13ed5; }

 p { color: rgb(225,62,213); }

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

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

 a { background-color: rgb(225,62,213); }

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

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

 span { border-color: rgb(225,62,213); }

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