Html Css Color HEX #ED6DDB Free Speech Magenta
📋 copy color: '#ED6DDB'red 237 ◦ green 109 ◦ blue 219
Shades of Free Speech Magenta #ED6DDB
Tints of Free Speech Magenta #ED6DDB
RGB
CMYK
RGB Variations
Color information
#ED6DDB (or 0xED6DDB) is known color: Free Speech Magenta. HEX triplet: ED, 6D and DB. RGB value is (237,109,219). Sum of RGB (Red+Green+Blue) = 237+109+219=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DDB is #129224. Grayscale: #9F9F9F. Windows color (decimal): -1217061 or 14380525. OLE color: 14380525.
HSL color Cylindrical-coordinate representation of color #ED6DDB: hue angle of 308.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6DDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 219 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.07 |
| HSL | 308.44º | 0.78% | 0.68% | - |
| HSV(B) | 308.44º | 0.54% | 0.93% | - |
| XYZ | 53.18 | 34.06 | 70.79 | - |
| YUV | 159.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 219 | 0 | 0.54 | 0.08 | 0.07 | 308.44 | 0.78 | 0.68 |
| Hex | ED | 6D | DB | 0 | 36 | 8 | 7 | 134 | 4E | 44 |
| Octal | 355 | 155 | 333 | 0 | 66 | 10 | 7 | 464 | 116 | 104 |
| Binary | 11101101 | 1101101 | 11011011 | 0 | 110110 | 1000 | 111 | 100110100 | 1001110 | 1000100 |
Color Harmonies of #ED6DDB
Complementary color
Monochromatic Colors of #ED6DDB
Black with #ED6DDB
Text Example
Text Example
White with #ED6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DDB; }
p { color: rgb(237,109,219); }
H1.HeaderClassName
{
color: #ED6DDB;
}
.AnyTagClassName
{
color: #ED6DDB;
}
</style>
background-color css
<style>
a { background-color: #ED6DDB; }
a { background-color: rgb(237,109,219); }
div.DivClassName
{
background-color: #ED6DDB;
}
.BgClassName
{
background-color: #ED6DDB;
}
</style>
border-color css
<style>
span { border-color: #ED6DDB; }
span { border-color: rgb(237,109,219); }
td.TdClassName
{
border-color: #ED6DDB;
}
.TagClassName
{
border-color: #ED6DDB;
}
</style>