#E13EDF

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

Shades of Free Speech Magenta #E13EDF

Tints of Free Speech Magenta #E13EDF

Color information

#E13EDF (or 0xE13EDF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3E and DF. RGB value is (225,62,223). Sum of RGB (Red+Green+Blue) = 225+62+223=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDF is #1EC120. Grayscale: #808080. Windows color (decimal): -2015521 or 14630625. OLE color: 14630625.

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

Color convert

RGB22562223-
CMYK00.720.010.12
HSL300.74º73.09%56.27%-
HSV(B)300.74º72.44%88.24%-
XYZ46.0924.7872.17-
YUV129.09181196.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 62 (24.61% from 255) = 12.16%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=44.12%
G=12.16%
B=43.73%

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
Decimal2256222300.720.010.12300.7473.0956.27
HexE13EDF0481C12d4938
Octal34176337011011445511170
Binary111000011111101101111101001000111001001011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13EDF; }

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

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

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

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

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

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

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

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