#ED4AE9

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

Shades of Free Speech Magenta #ED4AE9

Tints of Free Speech Magenta #ED4AE9

Color information

#ED4AE9 (or 0xED4AE9) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and E9. RGB value is (237,74,233). Sum of RGB (Red+Green+Blue) = 237+74+233=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AE9 is #12B516. Grayscale: #8C8C8C. Windows color (decimal): -1226007 or 15289069. OLE color: 15289069.

HSL color Cylindrical-coordinate representation of color #ED4AE9: hue angle of 301.47º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4AE9 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23774233-
CMYK00.690.020.07
HSL301.47º81.91%60.98%-
HSV(B)301.47º68.78%92.94%-
XYZ52.0828.7979.9-
YUV140.86180196.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 74 (29.30% from 255) = 13.60%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=43.57%
G=13.60%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377423300.690.020.07301.4781.9160.98
HexED4AE90452712d523d
Octal35511235101052745512275
Binary1110110110010101110100101000101101111001011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AE9; }

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

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

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

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

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

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

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

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