Html Css Color HEX #ED6CDF Free Speech Magenta
📋 copy color: '#ED6CDF'red 237 ◦ green 108 ◦ blue 223
Shades of Free Speech Magenta #ED6CDF
Tints of Free Speech Magenta #ED6CDF
RGB
CMYK
RGB Variations
Color information
#ED6CDF (or 0xED6CDF) is known color: Free Speech Magenta. HEX triplet: ED, 6C and DF. RGB value is (237,108,223). Sum of RGB (Red+Green+Blue) = 237+108+223=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CDF is #129320. Grayscale: #9F9F9F. Windows color (decimal): -1217313 or 14642413. OLE color: 14642413.
HSL color Cylindrical-coordinate representation of color #ED6CDF: hue angle of 306.51º 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 #ED6CDF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 223 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.07 |
| HSL | 306.51º | 0.78% | 0.68% | - |
| HSV(B) | 306.51º | 0.54% | 0.93% | - |
| XYZ | 53.61 | 34.06 | 73.56 | - |
| YUV | 159.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 223 | 0 | 0.54 | 0.06 | 0.07 | 306.51 | 0.78 | 0.68 |
| Hex | ED | 6C | DF | 0 | 36 | 6 | 7 | 133 | 4E | 44 |
| Octal | 355 | 154 | 337 | 0 | 66 | 6 | 7 | 463 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11011111 | 0 | 110110 | 110 | 111 | 100110011 | 1001110 | 1000100 |
Color Harmonies of #ED6CDF
Complementary color
Monochromatic Colors of #ED6CDF
Black with #ED6CDF
Text Example
Text Example
White with #ED6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CDF; }
p { color: rgb(237,108,223); }
H1.HeaderClassName
{
color: #ED6CDF;
}
.AnyTagClassName
{
color: #ED6CDF;
}
</style>
background-color css
<style>
a { background-color: #ED6CDF; }
a { background-color: rgb(237,108,223); }
div.DivClassName
{
background-color: #ED6CDF;
}
.BgClassName
{
background-color: #ED6CDF;
}
</style>
border-color css
<style>
span { border-color: #ED6CDF; }
span { border-color: rgb(237,108,223); }
td.TdClassName
{
border-color: #ED6CDF;
}
.TagClassName
{
border-color: #ED6CDF;
}
</style>