#ED49DF

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

Shades of Free Speech Magenta #ED49DF

Tints of Free Speech Magenta #ED49DF

Color information

#ED49DF (or 0xED49DF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 49 and DF. RGB value is (237,73,223). Sum of RGB (Red+Green+Blue) = 237+73+223=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49DF is #12B620. Grayscale: #8A8A8A. Windows color (decimal): -1226273 or 14633453. OLE color: 14633453.

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

Color convert

RGB23773223-
CMYK00.690.060.07
HSL305.12º82%60.78%-
HSV(B)305.12º69.2%92.94%-
XYZ50.6328.172.57-
YUV139.14175.33197.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 73 (28.91% from 255) = 13.70%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=44.47%
G=13.70%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377322300.690.060.07305.128260.78
HexED49DF04567131523d
Octal35511133701056746112275
Binary11101101100100111011111010001011101111001100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49DF; }

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

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

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

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

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

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

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

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