Html Css Color HEX #ED44D5 Free Speech Magenta
📋 copy color: '#ED44D5'red 237 ◦ green 68 ◦ blue 213
Shades of Free Speech Magenta #ED44D5
Tints of Free Speech Magenta #ED44D5
RGB
CMYK
RGB Variations
Color information
#ED44D5 (or 0xED44D5) is known color: Free Speech Magenta. HEX triplet: ED, 44 and D5. RGB value is (237,68,213). Sum of RGB (Red+Green+Blue) = 237+68+213=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44D5 is #12BB2A. Grayscale: #868686. Windows color (decimal): -1227563 or 13976813. OLE color: 13976813.
HSL color Cylindrical-coordinate representation of color #ED44D5: hue angle of 308.52º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED44D5 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 213 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.07 |
| HSL | 308.52º | 0.82% | 0.6% | - |
| HSV(B) | 308.52º | 0.71% | 0.93% | - |
| XYZ | 49 | 26.94 | 65.57 | - |
| YUV | 135.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 213 | 0 | 0.71 | 0.10 | 0.07 | 308.52 | 0.82 | 0.6 |
| Hex | ED | 44 | D5 | 0 | 47 | A | 7 | 135 | 52 | 3C |
| Octal | 355 | 104 | 325 | 0 | 107 | 12 | 7 | 465 | 122 | 74 |
| Binary | 11101101 | 1000100 | 11010101 | 0 | 1000111 | 1010 | 111 | 100110101 | 1010010 | 111100 |
Color Harmonies of #ED44D5
Complementary color
Monochromatic Colors of #ED44D5
Black with #ED44D5
Text Example
Text Example
White with #ED44D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44D5; }
p { color: rgb(237,68,213); }
H1.HeaderClassName
{
color: #ED44D5;
}
.AnyTagClassName
{
color: #ED44D5;
}
</style>
background-color css
<style>
a { background-color: #ED44D5; }
a { background-color: rgb(237,68,213); }
div.DivClassName
{
background-color: #ED44D5;
}
.BgClassName
{
background-color: #ED44D5;
}
</style>
border-color css
<style>
span { border-color: #ED44D5; }
span { border-color: rgb(237,68,213); }
td.TdClassName
{
border-color: #ED44D5;
}
.TagClassName
{
border-color: #ED44D5;
}
</style>