Html Css Color HEX #ED49E5 Free Speech Magenta
📋 copy color: '#ED49E5'red 237 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #ED49E5
Tints of Free Speech Magenta #ED49E5
RGB
CMYK
RGB Variations
Color information
#ED49E5 (or 0xED49E5) is known color: Free Speech Magenta. HEX triplet: ED, 49 and E5. RGB value is (237,73,229). Sum of RGB (Red+Green+Blue) = 237+73+229=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49E5 is #12B61A. Grayscale: #8B8B8B. Windows color (decimal): -1226267 or 15026669. OLE color: 15026669.
HSL color Cylindrical-coordinate representation of color #ED49E5: hue angle of 302.93º 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 #ED49E5 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 229 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.07 |
| HSL | 302.93º | 0.82% | 0.61% | - |
| HSV(B) | 302.93º | 0.69% | 0.93% | - |
| XYZ | 51.45 | 28.43 | 76.9 | - |
| YUV | 139.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 229 | 0 | 0.69 | 0.03 | 0.07 | 302.93 | 0.82 | 0.61 |
| Hex | ED | 49 | E5 | 0 | 45 | 3 | 7 | 12F | 52 | 3D |
| Octal | 355 | 111 | 345 | 0 | 105 | 3 | 7 | 457 | 122 | 75 |
| Binary | 11101101 | 1001001 | 11100101 | 0 | 1000101 | 11 | 111 | 100101111 | 1010010 | 111101 |
Color Harmonies of #ED49E5
Complementary color
Monochromatic Colors of #ED49E5
Black with #ED49E5
Text Example
Text Example
White with #ED49E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49E5; }
p { color: rgb(237,73,229); }
H1.HeaderClassName
{
color: #ED49E5;
}
.AnyTagClassName
{
color: #ED49E5;
}
</style>
background-color css
<style>
a { background-color: #ED49E5; }
a { background-color: rgb(237,73,229); }
div.DivClassName
{
background-color: #ED49E5;
}
.BgClassName
{
background-color: #ED49E5;
}
</style>
border-color css
<style>
span { border-color: #ED49E5; }
span { border-color: rgb(237,73,229); }
td.TdClassName
{
border-color: #ED49E5;
}
.TagClassName
{
border-color: #ED49E5;
}
</style>