Html Css Color HEX #ED4DEA Free Speech Magenta
📋 copy color: '#ED4DEA'red 237 ◦ green 77 ◦ blue 234
Shades of Free Speech Magenta #ED4DEA
Tints of Free Speech Magenta #ED4DEA
RGB
CMYK
RGB Variations
Color information
#ED4DEA (or 0xED4DEA) is known color: Free Speech Magenta. HEX triplet: ED, 4D and EA. RGB value is (237,77,234). Sum of RGB (Red+Green+Blue) = 237+77+234=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DEA is #12B215. Grayscale: #8E8E8E. Windows color (decimal): -1225238 or 15355373. OLE color: 15355373.
HSL color Cylindrical-coordinate representation of color #ED4DEA: hue angle of 301.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DEA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 234 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.07 |
| HSL | 301.13º | 0.82% | 0.62% | - |
| HSV(B) | 301.13º | 0.68% | 0.93% | - |
| XYZ | 52.43 | 29.25 | 80.72 | - |
| YUV | 142.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 234 | 0 | 0.68 | 0.01 | 0.07 | 301.13 | 0.82 | 0.62 |
| Hex | ED | 4D | EA | 0 | 44 | 1 | 7 | 12D | 52 | 3E |
| Octal | 355 | 115 | 352 | 0 | 104 | 1 | 7 | 455 | 122 | 76 |
| Binary | 11101101 | 1001101 | 11101010 | 0 | 1000100 | 1 | 111 | 100101101 | 1010010 | 111110 |
Color Harmonies of #ED4DEA
Complementary color
Monochromatic Colors of #ED4DEA
Black with #ED4DEA
Text Example
Text Example
White with #ED4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DEA; }
p { color: rgb(237,77,234); }
H1.HeaderClassName
{
color: #ED4DEA;
}
.AnyTagClassName
{
color: #ED4DEA;
}
</style>
background-color css
<style>
a { background-color: #ED4DEA; }
a { background-color: rgb(237,77,234); }
div.DivClassName
{
background-color: #ED4DEA;
}
.BgClassName
{
background-color: #ED4DEA;
}
</style>
border-color css
<style>
span { border-color: #ED4DEA; }
span { border-color: rgb(237,77,234); }
td.TdClassName
{
border-color: #ED4DEA;
}
.TagClassName
{
border-color: #ED4DEA;
}
</style>