Html Css Color HEX #ED4FDB Free Speech Magenta
📋 copy color: '#ED4FDB'red 237 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #ED4FDB
Tints of Free Speech Magenta #ED4FDB
RGB
CMYK
RGB Variations
Color information
#ED4FDB (or 0xED4FDB) is known color: Free Speech Magenta. HEX triplet: ED, 4F and DB. RGB value is (237,79,219). Sum of RGB (Red+Green+Blue) = 237+79+219=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FDB is #12B024. Grayscale: #8D8D8D. Windows color (decimal): -1224741 or 14372845. OLE color: 14372845.
HSL color Cylindrical-coordinate representation of color #ED4FDB: hue angle of 306.84º 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 #ED4FDB is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 219 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.07 |
| HSL | 306.84º | 0.81% | 0.62% | - |
| HSV(B) | 306.84º | 0.67% | 0.93% | - |
| XYZ | 50.51 | 28.71 | 69.9 | - |
| YUV | 142.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 219 | 0 | 0.67 | 0.08 | 0.07 | 306.84 | 0.81 | 0.62 |
| Hex | ED | 4F | DB | 0 | 43 | 8 | 7 | 133 | 51 | 3E |
| Octal | 355 | 117 | 333 | 0 | 103 | 10 | 7 | 463 | 121 | 76 |
| Binary | 11101101 | 1001111 | 11011011 | 0 | 1000011 | 1000 | 111 | 100110011 | 1010001 | 111110 |
Color Harmonies of #ED4FDB
Complementary color
Monochromatic Colors of #ED4FDB
Black with #ED4FDB
Text Example
Text Example
White with #ED4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FDB; }
p { color: rgb(237,79,219); }
H1.HeaderClassName
{
color: #ED4FDB;
}
.AnyTagClassName
{
color: #ED4FDB;
}
</style>
background-color css
<style>
a { background-color: #ED4FDB; }
a { background-color: rgb(237,79,219); }
div.DivClassName
{
background-color: #ED4FDB;
}
.BgClassName
{
background-color: #ED4FDB;
}
</style>
border-color css
<style>
span { border-color: #ED4FDB; }
span { border-color: rgb(237,79,219); }
td.TdClassName
{
border-color: #ED4FDB;
}
.TagClassName
{
border-color: #ED4FDB;
}
</style>