#E13FD6

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

Shades of Free Speech Magenta #E13FD6

Tints of Free Speech Magenta #E13FD6

Color information

#E13FD6 (or 0xE13FD6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3F and D6. RGB value is (225,63,214). Sum of RGB (Red+Green+Blue) = 225+63+214=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FD6 is #1EC029. Grayscale: #808080. Windows color (decimal): -2015274 or 14041057. OLE color: 14041057.

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

Color convert

RGB22563214-
CMYK00.720.050.12
HSL304.07º72.97%56.47%-
HSV(B)304.07º72%88.24%-
XYZ44.9724.4265.96-
YUV128.65176.17196.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 63 (25% from 255) = 12.55%
BLUE value IS 214 (83.98% from 255) = 42.63%
R=44.82%
G=12.55%
B=42.63%

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
Decimal2256321400.720.050.12304.0772.9756.47
HexE13FD60485C1304938
Octal34177326011051446011170
Binary11100001111111110101100100100010111001001100001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13FD6; }

 p { color: rgb(225,63,214); }

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

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

 a { background-color: rgb(225,63,214); }

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

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

 span { border-color: rgb(225,63,214); }

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