#ED47E0

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

Shades of Free Speech Magenta #ED47E0

Tints of Free Speech Magenta #ED47E0

Color information

#ED47E0 (or 0xED47E0) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 47 and E0. RGB value is (237,71,224). Sum of RGB (Red+Green+Blue) = 237+71+224=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47E0 is #12B81F. Grayscale: #898989. Windows color (decimal): -1226784 or 14698477. OLE color: 14698477.

HSL color Cylindrical-coordinate representation of color #ED47E0: hue angle of 304.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47E0 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB23771224-
CMYK00.700.050.07
HSL304.7º82.18%60.39%-
HSV(B)304.7º70.04%92.94%-
XYZ50.6327.8973.24-
YUV138.08176.5198.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 71 (28.12% from 255) = 13.35%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=44.55%
G=13.35%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377122400.700.050.07304.782.1860.39
HexED47E004657131523c
Octal35510734001065746112274
Binary11101101100011111100000010001101011111001100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED47E0; }

 p { color: rgb(237,71,224); }

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

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

 a { background-color: rgb(237,71,224); }

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

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

 span { border-color: rgb(237,71,224); }

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