#E13CF7

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

Shades of Free Speech Magenta #E13CF7

Tints of Free Speech Magenta #E13CF7

Color information

#E13CF7 (or 0xE13CF7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3C and F7. RGB value is (225,60,247). Sum of RGB (Red+Green+Blue) = 225+60+247=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 60 (23.83% from 255 or 11.28% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #E13CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CF7 is #1EC308. Grayscale: #828282. Windows color (decimal): -2016009 or 16202977. OLE color: 16202977.

HSL color Cylindrical-coordinate representation of color #E13CF7: hue angle of 292.94º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13CF7 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22560247-
CMYK0.090.7600.03
HSL292.94º92.12%60.2%-
HSV(B)292.94º75.71%96.86%-
XYZ49.4625.9590.4-
YUV130.65193.66195.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 60 (23.83% from 255) = 11.28%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=42.29%
G=11.28%
B=46.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225602470.090.7600.03292.9492.1260.2
HexE13CF794C031255c3c
Octal34174367111140344513474
Binary1110000111110011110111100110011000111001001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CF7; }

 p { color: rgb(225,60,247); }

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

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

 a { background-color: rgb(225,60,247); }

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

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

 span { border-color: rgb(225,60,247); }

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