Html Css Color HEX #ED41DA Free Speech Magenta
📋 copy color: '#ED41DA'red 237 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #ED41DA
Tints of Free Speech Magenta #ED41DA
RGB
CMYK
RGB Variations
Color information
#ED41DA (or 0xED41DA) is known color: Free Speech Magenta. HEX triplet: ED, 41 and DA. RGB value is (237,65,218). Sum of RGB (Red+Green+Blue) = 237+65+218=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED41DA is #12BE25. Grayscale: #858585. Windows color (decimal): -1228326 or 14303725. OLE color: 14303725.
HSL color Cylindrical-coordinate representation of color #ED41DA: hue angle of 306.63º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED41DA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 218 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.07 |
| HSL | 306.63º | 0.83% | 0.59% | - |
| HSV(B) | 306.63º | 0.73% | 0.93% | - |
| XYZ | 49.47 | 26.85 | 68.9 | - |
| YUV | 133.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 218 | 0 | 0.73 | 0.08 | 0.07 | 306.63 | 0.83 | 0.59 |
| Hex | ED | 41 | DA | 0 | 49 | 8 | 7 | 133 | 53 | 3B |
| Octal | 355 | 101 | 332 | 0 | 111 | 10 | 7 | 463 | 123 | 73 |
| Binary | 11101101 | 1000001 | 11011010 | 0 | 1001001 | 1000 | 111 | 100110011 | 1010011 | 111011 |
Color Harmonies of #ED41DA
Complementary color
Monochromatic Colors of #ED41DA
Black with #ED41DA
Text Example
Text Example
White with #ED41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41DA; }
p { color: rgb(237,65,218); }
H1.HeaderClassName
{
color: #ED41DA;
}
.AnyTagClassName
{
color: #ED41DA;
}
</style>
background-color css
<style>
a { background-color: #ED41DA; }
a { background-color: rgb(237,65,218); }
div.DivClassName
{
background-color: #ED41DA;
}
.BgClassName
{
background-color: #ED41DA;
}
</style>
border-color css
<style>
span { border-color: #ED41DA; }
span { border-color: rgb(237,65,218); }
td.TdClassName
{
border-color: #ED41DA;
}
.TagClassName
{
border-color: #ED41DA;
}
</style>