#ED49D1

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

Shades of Free Speech Magenta #ED49D1

Tints of Free Speech Magenta #ED49D1

Color information

#ED49D1 (or 0xED49D1) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 49 and D1. RGB value is (237,73,209). Sum of RGB (Red+Green+Blue) = 237+73+209=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49D1 is #12B62E. Grayscale: #898989. Windows color (decimal): -1226287 or 13715949. OLE color: 13715949.

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

Color convert

RGB23773209-
CMYK00.690.120.07
HSL310.24º82%60.78%-
HSV(B)310.24º69.2%92.94%-
XYZ48.8227.3763.03-
YUV137.54168.33198.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 73 (28.91% from 255) = 14.07%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=45.66%
G=14.07%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377320900.690.120.07310.248260.78
HexED49D1045C7136523d
Octal355111321010514746612275
Binary111011011001001110100010100010111001111001101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49D1; }

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

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

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

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

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

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

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

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