#E13EDE

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

Shades of Free Speech Magenta #E13EDE

Tints of Free Speech Magenta #E13EDE

Color information

#E13EDE (or 0xE13EDE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3E and DE. RGB value is (225,62,222). Sum of RGB (Red+Green+Blue) = 225+62+222=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDE is #1EC121. Grayscale: #808080. Windows color (decimal): -2015522 or 14565089. OLE color: 14565089.

HSL color Cylindrical-coordinate representation of color #E13EDE: hue angle of 301.1º 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 #E13EDE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22562222-
CMYK00.720.010.12
HSL301.1º73.09%56.27%-
HSV(B)301.1º72.44%88.24%-
XYZ45.9624.7371.46-
YUV128.98180.5196.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 62 (24.61% from 255) = 12.18%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=44.20%
G=12.18%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256222200.720.010.12301.173.0956.27
HexE13EDE0481C12d4938
Octal34176336011011445511170
Binary111000011111101101111001001000111001001011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13EDE; }

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

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

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

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

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

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

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

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