Html Css Color HEX #E63FEC Free Speech Magenta
📋 copy color: '#E63FEC'red 230 ◦ green 63 ◦ blue 236
Shades of Free Speech Magenta #E63FEC
Tints of Free Speech Magenta #E63FEC
RGB
CMYK
RGB Variations
Color information
#E63FEC (or 0xE63FEC) is known color: Free Speech Magenta. HEX triplet: E6, 3F and EC. RGB value is (230,63,236). Sum of RGB (Red+Green+Blue) = 230+63+236=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #E63FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FEC is #19C013. Grayscale: #848484. Windows color (decimal): -1687572 or 15482854. OLE color: 15482854.
HSL color Cylindrical-coordinate representation of color #E63FEC: hue angle of 297.92º degrees, saturation: 0.82, 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 #E63FEC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 63 | 236 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.07 |
| HSL | 297.92º | 0.82% | 0.59% | - |
| HSV(B) | 297.92º | 0.73% | 0.93% | - |
| XYZ | 49.55 | 26.43 | 81.85 | - |
| YUV | 132.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 236 | 0.03 | 0.73 | 0 | 0.07 | 297.92 | 0.82 | 0.59 |
| Hex | E6 | 3F | EC | 3 | 49 | 0 | 7 | 12A | 52 | 3B |
| Octal | 346 | 77 | 354 | 3 | 111 | 0 | 7 | 452 | 122 | 73 |
| Binary | 11100110 | 111111 | 11101100 | 11 | 1001001 | 0 | 111 | 100101010 | 1010010 | 111011 |
Color Harmonies of #E63FEC
Complementary color
Monochromatic Colors of #E63FEC
Black with #E63FEC
Text Example
Text Example
White with #E63FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FEC; }
p { color: rgb(230,63,236); }
H1.HeaderClassName
{
color: #E63FEC;
}
.AnyTagClassName
{
color: #E63FEC;
}
</style>
background-color css
<style>
a { background-color: #E63FEC; }
a { background-color: rgb(230,63,236); }
div.DivClassName
{
background-color: #E63FEC;
}
.BgClassName
{
background-color: #E63FEC;
}
</style>
border-color css
<style>
span { border-color: #E63FEC; }
span { border-color: rgb(230,63,236); }
td.TdClassName
{
border-color: #E63FEC;
}
.TagClassName
{
border-color: #E63FEC;
}
</style>