#ED4AEA

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

Shades of Free Speech Magenta #ED4AEA

Tints of Free Speech Magenta #ED4AEA

Color information

#ED4AEA (or 0xED4AEA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and EA. RGB value is (237,74,234). Sum of RGB (Red+Green+Blue) = 237+74+234=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AEA is #12B515. Grayscale: #8C8C8C. Windows color (decimal): -1226006 or 15354605. OLE color: 15354605.

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

Color convert

RGB23774234-
CMYK00.690.010.07
HSL301.1º81.91%60.98%-
HSV(B)301.1º68.78%92.94%-
XYZ52.2328.8480.66-
YUV140.98180.5196.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 74 (29.30% from 255) = 13.58%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=43.49%
G=13.58%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377423400.690.010.07301.181.9160.98
HexED4AEA0451712d523d
Octal35511235201051745512275
Binary111011011001010111010100100010111111001011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AEA; }

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

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

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

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

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

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

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

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