Html Css Color HEX #ED4FE8 Free Speech Magenta
📋 copy color: '#ED4FE8'red 237 ◦ green 79 ◦ blue 232
Shades of Free Speech Magenta #ED4FE8
Tints of Free Speech Magenta #ED4FE8
RGB
CMYK
RGB Variations
Color information
#ED4FE8 (or 0xED4FE8) is known color: Free Speech Magenta. HEX triplet: ED, 4F and E8. RGB value is (237,79,232). Sum of RGB (Red+Green+Blue) = 237+79+232=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4FE8 is #12B017. Grayscale: #8F8F8F. Windows color (decimal): -1224728 or 15224813. OLE color: 15224813.
HSL color Cylindrical-coordinate representation of color #ED4FE8: hue angle of 301.9º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FE8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 232 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.07 |
| HSL | 301.9º | 0.81% | 0.62% | - |
| HSV(B) | 301.9º | 0.67% | 0.93% | - |
| XYZ | 52.29 | 29.42 | 79.27 | - |
| YUV | 143.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 232 | 0 | 0.67 | 0.02 | 0.07 | 301.9 | 0.81 | 0.62 |
| Hex | ED | 4F | E8 | 0 | 43 | 2 | 7 | 12E | 51 | 3E |
| Octal | 355 | 117 | 350 | 0 | 103 | 2 | 7 | 456 | 121 | 76 |
| Binary | 11101101 | 1001111 | 11101000 | 0 | 1000011 | 10 | 111 | 100101110 | 1010001 | 111110 |
Color Harmonies of #ED4FE8
Complementary color
Monochromatic Colors of #ED4FE8
Black with #ED4FE8
Text Example
Text Example
White with #ED4FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FE8; }
p { color: rgb(237,79,232); }
H1.HeaderClassName
{
color: #ED4FE8;
}
.AnyTagClassName
{
color: #ED4FE8;
}
</style>
background-color css
<style>
a { background-color: #ED4FE8; }
a { background-color: rgb(237,79,232); }
div.DivClassName
{
background-color: #ED4FE8;
}
.BgClassName
{
background-color: #ED4FE8;
}
</style>
border-color css
<style>
span { border-color: #ED4FE8; }
span { border-color: rgb(237,79,232); }
td.TdClassName
{
border-color: #ED4FE8;
}
.TagClassName
{
border-color: #ED4FE8;
}
</style>