Html Css Color HEX #ED66DF Free Speech Magenta
📋 copy color: '#ED66DF'red 237 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #ED66DF
Tints of Free Speech Magenta #ED66DF
RGB
CMYK
RGB Variations
Color information
#ED66DF (or 0xED66DF) is known color: Free Speech Magenta. HEX triplet: ED, 66 and DF. RGB value is (237,102,223). Sum of RGB (Red+Green+Blue) = 237+102+223=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66DF is #129920. Grayscale: #9B9B9B. Windows color (decimal): -1218849 or 14640877. OLE color: 14640877.
HSL color Cylindrical-coordinate representation of color #ED66DF: hue angle of 306.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66DF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 223 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.07 |
| HSL | 306.22º | 0.79% | 0.66% | - |
| HSV(B) | 306.22º | 0.57% | 0.93% | - |
| XYZ | 53 | 32.83 | 73.36 | - |
| YUV | 156.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 223 | 0 | 0.57 | 0.06 | 0.07 | 306.22 | 0.79 | 0.66 |
| Hex | ED | 66 | DF | 0 | 39 | 6 | 7 | 132 | 4F | 42 |
| Octal | 355 | 146 | 337 | 0 | 71 | 6 | 7 | 462 | 117 | 102 |
| Binary | 11101101 | 1100110 | 11011111 | 0 | 111001 | 110 | 111 | 100110010 | 1001111 | 1000010 |
Color Harmonies of #ED66DF
Complementary color
Monochromatic Colors of #ED66DF
Black with #ED66DF
Text Example
Text Example
White with #ED66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66DF; }
p { color: rgb(237,102,223); }
H1.HeaderClassName
{
color: #ED66DF;
}
.AnyTagClassName
{
color: #ED66DF;
}
</style>
background-color css
<style>
a { background-color: #ED66DF; }
a { background-color: rgb(237,102,223); }
div.DivClassName
{
background-color: #ED66DF;
}
.BgClassName
{
background-color: #ED66DF;
}
</style>
border-color css
<style>
span { border-color: #ED66DF; }
span { border-color: rgb(237,102,223); }
td.TdClassName
{
border-color: #ED66DF;
}
.TagClassName
{
border-color: #ED66DF;
}
</style>