#ED49CF

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

Shades of Free Speech Magenta #ED49CF

Tints of Free Speech Magenta #ED49CF

Color information

#ED49CF (or 0xED49CF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 49 and CF. RGB value is (237,73,207). Sum of RGB (Red+Green+Blue) = 237+73+207=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49CF is #12B630. Grayscale: #888888. Windows color (decimal): -1226289 or 13584877. OLE color: 13584877.

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

Color convert

RGB23773207-
CMYK00.690.130.07
HSL310.98º82%60.78%-
HSV(B)310.98º69.2%92.94%-
XYZ48.5727.2761.74-
YUV137.31167.33199.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 73 (28.91% from 255) = 14.12%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=45.84%
G=14.12%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377320700.690.130.07310.988260.78
HexED49CF045D7137523d
Octal355111317010515746712275
Binary111011011001001110011110100010111011111001101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49CF; }

 p { color: rgb(237,73,207); }

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

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

 a { background-color: rgb(237,73,207); }

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

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

 span { border-color: rgb(237,73,207); }

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