#ED4DF1

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

Shades of Free Speech Magenta #ED4DF1

Tints of Free Speech Magenta #ED4DF1

Color information

#ED4DF1 (or 0xED4DF1) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4D and F1. RGB value is (237,77,241). Sum of RGB (Red+Green+Blue) = 237+77+241=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DF1 is #12B20E. Grayscale: #8F8F8F. Windows color (decimal): -1225231 or 15814125. OLE color: 15814125.

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

Color convert

RGB23777241-
CMYK0.020.6800.05
HSL298.54º85.42%62.35%-
HSV(B)298.54º68.05%94.51%-
XYZ53.4629.6686.13-
YUV143.54183.01194.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 77 (30.47% from 255) = 13.87%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=42.70%
G=13.87%
B=43.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237772410.020.6800.05298.5485.4262.35
HexED4DF12440512b553e
Octal35511536121040545312576
Binary1110110110011011111000110100010001011001010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4DF1; }

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

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

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

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

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

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

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

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