#ED4AE8

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

Shades of Free Speech Magenta #ED4AE8

Tints of Free Speech Magenta #ED4AE8

Color information

#ED4AE8 (or 0xED4AE8) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and E8. RGB value is (237,74,232). Sum of RGB (Red+Green+Blue) = 237+74+232=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AE8 is #12B517. Grayscale: #8C8C8C. Windows color (decimal): -1226008 or 15223533. OLE color: 15223533.

HSL color Cylindrical-coordinate representation of color #ED4AE8: hue angle of 301.84º 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 #ED4AE8 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23774232-
CMYK00.690.020.07
HSL301.84º81.91%60.98%-
HSV(B)301.84º68.78%92.94%-
XYZ51.9428.7379.15-
YUV140.75179.5196.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 74 (29.30% from 255) = 13.63%
BLUE value IS 232 (91.02% from 255) = 42.73%
R=43.65%
G=13.63%
B=42.73%

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
Decimal2377423200.690.020.07301.8481.9160.98
HexED4AE80452712e523d
Octal35511235001052745612275
Binary1110110110010101110100001000101101111001011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AE8; }

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

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

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

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

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

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

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

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