Html Css Color HEX #ED4EDB Free Speech Magenta
📋 copy color: '#ED4EDB'red 237 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #ED4EDB
Tints of Free Speech Magenta #ED4EDB
RGB
CMYK
RGB Variations
Color information
#ED4EDB (or 0xED4EDB) is known color: Free Speech Magenta. HEX triplet: ED, 4E and DB. RGB value is (237,78,219). Sum of RGB (Red+Green+Blue) = 237+78+219=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4EDB is #12B124. Grayscale: #8D8D8D. Windows color (decimal): -1224997 or 14372589. OLE color: 14372589.
HSL color Cylindrical-coordinate representation of color #ED4EDB: hue angle of 306.79º degrees, saturation: 0.82, 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 #ED4EDB is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 219 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.07 |
| HSL | 306.79º | 0.82% | 0.62% | - |
| HSV(B) | 306.79º | 0.67% | 0.93% | - |
| XYZ | 50.44 | 28.57 | 69.87 | - |
| YUV | 141.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 219 | 0 | 0.67 | 0.08 | 0.07 | 306.79 | 0.82 | 0.62 |
| Hex | ED | 4E | DB | 0 | 43 | 8 | 7 | 133 | 52 | 3E |
| Octal | 355 | 116 | 333 | 0 | 103 | 10 | 7 | 463 | 122 | 76 |
| Binary | 11101101 | 1001110 | 11011011 | 0 | 1000011 | 1000 | 111 | 100110011 | 1010010 | 111110 |
Color Harmonies of #ED4EDB
Complementary color
Monochromatic Colors of #ED4EDB
Black with #ED4EDB
Text Example
Text Example
White with #ED4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4EDB; }
p { color: rgb(237,78,219); }
H1.HeaderClassName
{
color: #ED4EDB;
}
.AnyTagClassName
{
color: #ED4EDB;
}
</style>
background-color css
<style>
a { background-color: #ED4EDB; }
a { background-color: rgb(237,78,219); }
div.DivClassName
{
background-color: #ED4EDB;
}
.BgClassName
{
background-color: #ED4EDB;
}
</style>
border-color css
<style>
span { border-color: #ED4EDB; }
span { border-color: rgb(237,78,219); }
td.TdClassName
{
border-color: #ED4EDB;
}
.TagClassName
{
border-color: #ED4EDB;
}
</style>