#ED4AF1

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

Shades of Free Speech Magenta #ED4AF1

Tints of Free Speech Magenta #ED4AF1

Color information

#ED4AF1 (or 0xED4AF1) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and F1. RGB value is (237,74,241). Sum of RGB (Red+Green+Blue) = 237+74+241=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED4AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AF1 is #12B50E. Grayscale: #8D8D8D. Windows color (decimal): -1225999 or 15813357. OLE color: 15813357.

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

Color convert

RGB23774241-
CMYK0.020.6900.05
HSL298.56º85.64%61.76%-
HSV(B)298.56º69.29%94.51%-
XYZ53.2529.2586.06-
YUV141.77184195.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 74 (29.30% from 255) = 13.41%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=42.93%
G=13.41%
B=43.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237742410.020.6900.05298.5685.6461.76
HexED4AF12450512b563e
Octal35511236121050545312676
Binary1110110110010101111000110100010101011001010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AF1; }

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

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

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

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

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

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

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

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