#ED3AF7

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

Shades of Free Speech Magenta #ED3AF7

Tints of Free Speech Magenta #ED3AF7

Color information

#ED3AF7 (or 0xED3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3A and F7. RGB value is (237,58,247). Sum of RGB (Red+Green+Blue) = 237+58+247=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 58 (23.05% from 255 or 10.70% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED3AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3AF7 is #12C508. Grayscale: #848484. Windows color (decimal): -1230089 or 16202477. OLE color: 16202477.

HSL color Cylindrical-coordinate representation of color #ED3AF7: hue angle of 296.83º 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 #ED3AF7 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23758247-
CMYK0.040.7700.03
HSL296.83º92.2%59.8%-
HSV(B)296.83º76.52%96.86%-
XYZ53.2327.7590.55-
YUV133.07192.3202.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 58 (23.05% from 255) = 10.70%
BLUE value IS 247 (96.88% from 255) = 45.57%
R=43.73%
G=10.70%
B=45.57%

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
Decimal237582470.040.7700.03296.8392.259.8
HexED3AF744D031295c3c
Octal3557236741150345113474
Binary111011011110101111011110010011010111001010011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3AF7; }

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

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

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

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

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

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

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

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