Html Css Color HEX #ED6DDD Free Speech Magenta
📋 copy color: '#ED6DDD'red 237 ◦ green 109 ◦ blue 221
Shades of Free Speech Magenta #ED6DDD
Tints of Free Speech Magenta #ED6DDD
RGB
CMYK
RGB Variations
Color information
#ED6DDD (or 0xED6DDD) is known color: Free Speech Magenta. HEX triplet: ED, 6D and DD. RGB value is (237,109,221). Sum of RGB (Red+Green+Blue) = 237+109+221=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DDD is #129222. Grayscale: #9F9F9F. Windows color (decimal): -1217059 or 14511597. OLE color: 14511597.
HSL color Cylindrical-coordinate representation of color #ED6DDD: hue angle of 307.5º 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 #ED6DDD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 221 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.07 |
| HSL | 307.5º | 0.78% | 0.68% | - |
| HSV(B) | 307.5º | 0.54% | 0.93% | - |
| XYZ | 53.44 | 34.16 | 72.18 | - |
| YUV | 160.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 221 | 0 | 0.54 | 0.07 | 0.07 | 307.5 | 0.78 | 0.68 |
| Hex | ED | 6D | DD | 0 | 36 | 7 | 7 | 134 | 4E | 44 |
| Octal | 355 | 155 | 335 | 0 | 66 | 7 | 7 | 464 | 116 | 104 |
| Binary | 11101101 | 1101101 | 11011101 | 0 | 110110 | 111 | 111 | 100110100 | 1001110 | 1000100 |
Color Harmonies of #ED6DDD
Complementary color
Monochromatic Colors of #ED6DDD
Black with #ED6DDD
Text Example
Text Example
White with #ED6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DDD; }
p { color: rgb(237,109,221); }
H1.HeaderClassName
{
color: #ED6DDD;
}
.AnyTagClassName
{
color: #ED6DDD;
}
</style>
background-color css
<style>
a { background-color: #ED6DDD; }
a { background-color: rgb(237,109,221); }
div.DivClassName
{
background-color: #ED6DDD;
}
.BgClassName
{
background-color: #ED6DDD;
}
</style>
border-color css
<style>
span { border-color: #ED6DDD; }
span { border-color: rgb(237,109,221); }
td.TdClassName
{
border-color: #ED6DDD;
}
.TagClassName
{
border-color: #ED6DDD;
}
</style>