Html Css Color HEX #ED5EDB Free Speech Magenta
📋 copy color: '#ED5EDB'red 237 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #ED5EDB
Tints of Free Speech Magenta #ED5EDB
RGB
CMYK
RGB Variations
Color information
#ED5EDB (or 0xED5EDB) is known color: Free Speech Magenta. HEX triplet: ED, 5E and DB. RGB value is (237,94,219). Sum of RGB (Red+Green+Blue) = 237+94+219=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EDB is #12A124. Grayscale: #969696. Windows color (decimal): -1220901 or 14376685. OLE color: 14376685.
HSL color Cylindrical-coordinate representation of color #ED5EDB: hue angle of 307.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EDB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 219 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.07 |
| HSL | 307.55º | 0.8% | 0.65% | - |
| HSV(B) | 307.55º | 0.6% | 0.93% | - |
| XYZ | 51.71 | 31.12 | 70.3 | - |
| YUV | 151.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 219 | 0 | 0.60 | 0.08 | 0.07 | 307.55 | 0.8 | 0.65 |
| Hex | ED | 5E | DB | 0 | 3C | 8 | 7 | 134 | 50 | 41 |
| Octal | 355 | 136 | 333 | 0 | 74 | 10 | 7 | 464 | 120 | 101 |
| Binary | 11101101 | 1011110 | 11011011 | 0 | 111100 | 1000 | 111 | 100110100 | 1010000 | 1000001 |
Color Harmonies of #ED5EDB
Complementary color
Monochromatic Colors of #ED5EDB
Black with #ED5EDB
Text Example
Text Example
White with #ED5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EDB; }
p { color: rgb(237,94,219); }
H1.HeaderClassName
{
color: #ED5EDB;
}
.AnyTagClassName
{
color: #ED5EDB;
}
</style>
background-color css
<style>
a { background-color: #ED5EDB; }
a { background-color: rgb(237,94,219); }
div.DivClassName
{
background-color: #ED5EDB;
}
.BgClassName
{
background-color: #ED5EDB;
}
</style>
border-color css
<style>
span { border-color: #ED5EDB; }
span { border-color: rgb(237,94,219); }
td.TdClassName
{
border-color: #ED5EDB;
}
.TagClassName
{
border-color: #ED5EDB;
}
</style>