Html Css Color HEX #ED63E6 Free Speech Magenta
📋 copy color: '#ED63E6'red 237 ◦ green 99 ◦ blue 230
Shades of Free Speech Magenta #ED63E6
Tints of Free Speech Magenta #ED63E6
RGB
CMYK
RGB Variations
Color information
#ED63E6 (or 0xED63E6) is known color: Free Speech Magenta. HEX triplet: ED, 63 and E6. RGB value is (237,99,230). Sum of RGB (Red+Green+Blue) = 237+99+230=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63E6 is #129C19. Grayscale: #9A9A9A. Windows color (decimal): -1219610 or 15098861. OLE color: 15098861.
HSL color Cylindrical-coordinate representation of color #ED63E6: hue angle of 303.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED63E6 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 230 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.07 |
| HSL | 303.04º | 0.79% | 0.66% | - |
| HSV(B) | 303.04º | 0.58% | 0.93% | - |
| XYZ | 53.67 | 32.64 | 78.33 | - |
| YUV | 155.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 230 | 0 | 0.58 | 0.03 | 0.07 | 303.04 | 0.79 | 0.66 |
| Hex | ED | 63 | E6 | 0 | 3A | 3 | 7 | 12F | 4F | 42 |
| Octal | 355 | 143 | 346 | 0 | 72 | 3 | 7 | 457 | 117 | 102 |
| Binary | 11101101 | 1100011 | 11100110 | 0 | 111010 | 11 | 111 | 100101111 | 1001111 | 1000010 |
Color Harmonies of #ED63E6
Complementary color
Monochromatic Colors of #ED63E6
Black with #ED63E6
Text Example
Text Example
White with #ED63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63E6; }
p { color: rgb(237,99,230); }
H1.HeaderClassName
{
color: #ED63E6;
}
.AnyTagClassName
{
color: #ED63E6;
}
</style>
background-color css
<style>
a { background-color: #ED63E6; }
a { background-color: rgb(237,99,230); }
div.DivClassName
{
background-color: #ED63E6;
}
.BgClassName
{
background-color: #ED63E6;
}
</style>
border-color css
<style>
span { border-color: #ED63E6; }
span { border-color: rgb(237,99,230); }
td.TdClassName
{
border-color: #ED63E6;
}
.TagClassName
{
border-color: #ED63E6;
}
</style>