#E13DFC

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

Shades of Free Speech Magenta #E13DFC

Tints of Free Speech Magenta #E13DFC

Color information

#E13DFC (or 0xE13DFC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3D and FC. RGB value is (225,61,252). Sum of RGB (Red+Green+Blue) = 225+61+252=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 61 (24.22% from 255 or 11.34% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #E13DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13DFC is #1EC203. Grayscale: #838383. Windows color (decimal): -2015748 or 16530913. OLE color: 16530913.

HSL color Cylindrical-coordinate representation of color #E13DFC: hue angle of 291.52º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13DFC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22561252-
CMYK0.110.7600.01
HSL291.52º96.95%61.37%-
HSV(B)291.52º75.79%98.82%-
XYZ50.2926.3794.54-
YUV131.81195.83194.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 61 (24.22% from 255) = 11.34%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=41.82%
G=11.34%
B=46.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225612520.110.7600.01291.5296.9561.37
HexE13DFCB4C01124613d
Octal34175374131140144414175
Binary111000011111011111110010111001100011001001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13DFC; }

 p { color: rgb(225,61,252); }

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

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

 a { background-color: rgb(225,61,252); }

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

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

 span { border-color: rgb(225,61,252); }

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