Html Css Color HEX #ED52D0 Free Speech Magenta
📋 copy color: '#ED52D0'red 237 ◦ green 82 ◦ blue 208
Shades of Free Speech Magenta #ED52D0
Tints of Free Speech Magenta #ED52D0
RGB
CMYK
RGB Variations
Color information
#ED52D0 (or 0xED52D0) is known color: Free Speech Magenta. HEX triplet: ED, 52 and D0. RGB value is (237,82,208). Sum of RGB (Red+Green+Blue) = 237+82+208=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52D0 is #12AD2F. Grayscale: #8E8E8E. Windows color (decimal): -1223984 or 13652717. OLE color: 13652717.
HSL color Cylindrical-coordinate representation of color #ED52D0: hue angle of 311.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED52D0 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 208 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.07 |
| HSL | 311.23º | 0.81% | 0.63% | - |
| HSV(B) | 311.23º | 0.65% | 0.93% | - |
| XYZ | 49.33 | 28.59 | 62.59 | - |
| YUV | 142.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 208 | 0 | 0.65 | 0.12 | 0.07 | 311.23 | 0.81 | 0.63 |
| Hex | ED | 52 | D0 | 0 | 41 | C | 7 | 137 | 51 | 3F |
| Octal | 355 | 122 | 320 | 0 | 101 | 14 | 7 | 467 | 121 | 77 |
| Binary | 11101101 | 1010010 | 11010000 | 0 | 1000001 | 1100 | 111 | 100110111 | 1010001 | 111111 |
Color Harmonies of #ED52D0
Complementary color
Monochromatic Colors of #ED52D0
Black with #ED52D0
Text Example
Text Example
White with #ED52D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52D0; }
p { color: rgb(237,82,208); }
H1.HeaderClassName
{
color: #ED52D0;
}
.AnyTagClassName
{
color: #ED52D0;
}
</style>
background-color css
<style>
a { background-color: #ED52D0; }
a { background-color: rgb(237,82,208); }
div.DivClassName
{
background-color: #ED52D0;
}
.BgClassName
{
background-color: #ED52D0;
}
</style>
border-color css
<style>
span { border-color: #ED52D0; }
span { border-color: rgb(237,82,208); }
td.TdClassName
{
border-color: #ED52D0;
}
.TagClassName
{
border-color: #ED52D0;
}
</style>