#ED4AEB

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

Shades of Free Speech Magenta #ED4AEB

Tints of Free Speech Magenta #ED4AEB

Color information

#ED4AEB (or 0xED4AEB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and EB. RGB value is (237,74,235). Sum of RGB (Red+Green+Blue) = 237+74+235=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AEB is #12B514. Grayscale: #8C8C8C. Windows color (decimal): -1226005 or 15420141. OLE color: 15420141.

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

Color convert

RGB23774235-
CMYK00.690.010.07
HSL300.74º81.91%60.98%-
HSV(B)300.74º68.78%92.94%-
XYZ52.3728.981.42-
YUV141.09181196.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 74 (29.30% from 255) = 13.55%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=43.41%
G=13.55%
B=43.04%

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
Decimal2377423500.690.010.07300.7481.9160.98
HexED4AEB0451712d523d
Octal35511235301051745512275
Binary111011011001010111010110100010111111001011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AEB; }

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

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

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

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

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

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

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

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