#ED47F3

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

Shades of Free Speech Magenta #ED47F3

Tints of Free Speech Magenta #ED47F3

Color information

#ED47F3 (or 0xED47F3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 47 and F3. RGB value is (237,71,243). Sum of RGB (Red+Green+Blue) = 237+71+243=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED47F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED47F3 is #12B80C. Grayscale: #8B8B8B. Windows color (decimal): -1226765 or 15943661. OLE color: 15943661.

HSL color Cylindrical-coordinate representation of color #ED47F3: hue angle of 297.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED47F3 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23771243-
CMYK0.020.7100.05
HSL297.91º87.76%61.57%-
HSV(B)297.91º70.78%95.29%-
XYZ53.3628.9887.58-
YUV140.24186197.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 71 (28.12% from 255) = 12.89%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=43.01%
G=12.89%
B=44.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237712430.020.7100.05297.9187.7661.57
HexED47F32470512a583e
Octal35510736321070545213076
Binary1110110110001111111001110100011101011001010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED47F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED47F3; }

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

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

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

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

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

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

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

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