Html Css Color HEX #ED54DD Free Speech Magenta
📋 copy color: '#ED54DD'red 237 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #ED54DD
Tints of Free Speech Magenta #ED54DD
RGB
CMYK
RGB Variations
Color information
#ED54DD (or 0xED54DD) is known color: Free Speech Magenta. HEX triplet: ED, 54 and DD. RGB value is (237,84,221). Sum of RGB (Red+Green+Blue) = 237+84+221=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54DD is #12AB22. Grayscale: #909090. Windows color (decimal): -1223459 or 14505197. OLE color: 14505197.
HSL color Cylindrical-coordinate representation of color #ED54DD: hue angle of 306.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54DD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 221 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.07 |
| HSL | 306.27º | 0.81% | 0.63% | - |
| HSV(B) | 306.27º | 0.65% | 0.93% | - |
| XYZ | 51.15 | 29.57 | 71.42 | - |
| YUV | 145.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 221 | 0 | 0.65 | 0.07 | 0.07 | 306.27 | 0.81 | 0.63 |
| Hex | ED | 54 | DD | 0 | 41 | 7 | 7 | 132 | 51 | 3F |
| Octal | 355 | 124 | 335 | 0 | 101 | 7 | 7 | 462 | 121 | 77 |
| Binary | 11101101 | 1010100 | 11011101 | 0 | 1000001 | 111 | 111 | 100110010 | 1010001 | 111111 |
Color Harmonies of #ED54DD
Complementary color
Monochromatic Colors of #ED54DD
Black with #ED54DD
Text Example
Text Example
White with #ED54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54DD; }
p { color: rgb(237,84,221); }
H1.HeaderClassName
{
color: #ED54DD;
}
.AnyTagClassName
{
color: #ED54DD;
}
</style>
background-color css
<style>
a { background-color: #ED54DD; }
a { background-color: rgb(237,84,221); }
div.DivClassName
{
background-color: #ED54DD;
}
.BgClassName
{
background-color: #ED54DD;
}
</style>
border-color css
<style>
span { border-color: #ED54DD; }
span { border-color: rgb(237,84,221); }
td.TdClassName
{
border-color: #ED54DD;
}
.TagClassName
{
border-color: #ED54DD;
}
</style>