#ED47E3

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

Shades of Free Speech Magenta #ED47E3

Tints of Free Speech Magenta #ED47E3

Color information

#ED47E3 (or 0xED47E3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 47 and E3. RGB value is (237,71,227). Sum of RGB (Red+Green+Blue) = 237+71+227=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 71 (28.12% from 255 or 13.27% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47E3 is #12B81C. Grayscale: #898989. Windows color (decimal): -1226781 or 14895085. OLE color: 14895085.

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

Color convert

RGB23771227-
CMYK00.700.040.07
HSL303.61º82.18%60.39%-
HSV(B)303.61º70.04%92.94%-
XYZ51.0428.0675.4-
YUV138.42178198.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 71 (28.12% from 255) = 13.27%
BLUE value IS 227 (89.06% from 255) = 42.43%
R=44.30%
G=13.27%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377122700.700.040.07303.6182.1860.39
HexED47E304647130523c
Octal35510734301064746012274
Binary11101101100011111100011010001101001111001100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED47E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED47E3; }

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

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

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

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

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

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

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

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