#EC3AF7

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

Shades of Free Speech Magenta #EC3AF7

Tints of Free Speech Magenta #EC3AF7

Color information

#EC3AF7 (or 0xEC3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 3A and F7. RGB value is (236,58,247). Sum of RGB (Red+Green+Blue) = 236+58+247=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC3AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3AF7 is #13C508. Grayscale: #848484. Windows color (decimal): -1295625 or 16202476. OLE color: 16202476.

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

Color convert

RGB23658247-
CMYK0.040.7700.03
HSL296.51º92.2%59.8%-
HSV(B)296.51º76.52%96.86%-
XYZ52.8927.5790.53-
YUV132.77192.47201.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 58 (23.05% from 255) = 10.72%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=43.62%
G=10.72%
B=45.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236582470.040.7700.03296.5192.259.8
HexEC3AF744D031295c3c
Octal3547236741150345113474
Binary111011001110101111011110010011010111001010011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3AF7; }

 p { color: rgb(236,58,247); }

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

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

 a { background-color: rgb(236,58,247); }

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

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

 span { border-color: rgb(236,58,247); }

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