#ED50F1

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

Shades of Free Speech Magenta #ED50F1

Tints of Free Speech Magenta #ED50F1

Color information

#ED50F1 (or 0xED50F1) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 50 and F1. RGB value is (237,80,241). Sum of RGB (Red+Green+Blue) = 237+80+241=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED50F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED50F1 is #12AF0E. Grayscale: #909090. Windows color (decimal): -1224463 or 15814893. OLE color: 15814893.

HSL color Cylindrical-coordinate representation of color #ED50F1: hue angle of 298.51º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED50F1 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23780241-
CMYK0.020.6700.05
HSL298.51º85.19%62.94%-
HSV(B)298.51º66.8%94.51%-
XYZ53.6730.0986.2-
YUV145.3182.01193.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 80 (31.64% from 255) = 14.34%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=42.47%
G=14.34%
B=43.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237802410.020.6700.05298.5185.1962.94
HexED50F12430512b553f
Octal35512036121030545312577
Binary1110110110100001111000110100001101011001010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED50F1; }

 p { color: rgb(237,80,241); }

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

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

 a { background-color: rgb(237,80,241); }

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

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

 span { border-color: rgb(237,80,241); }

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