Html Css Color HEX #E63FED Free Speech Magenta
📋 copy color: '#E63FED'red 230 ◦ green 63 ◦ blue 237
Shades of Free Speech Magenta #E63FED
Tints of Free Speech Magenta #E63FED
RGB
CMYK
RGB Variations
Color information
#E63FED (or 0xE63FED) is known color: Free Speech Magenta. HEX triplet: E6, 3F and ED. RGB value is (230,63,237). Sum of RGB (Red+Green+Blue) = 230+63+237=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FED is #19C012. Grayscale: #848484. Windows color (decimal): -1687571 or 15548390. OLE color: 15548390.
HSL color Cylindrical-coordinate representation of color #E63FED: hue angle of 297.59º 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 #E63FED is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 63 | 237 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.07 |
| HSL | 297.59º | 0.83% | 0.59% | - |
| HSV(B) | 297.59º | 0.73% | 0.93% | - |
| XYZ | 49.7 | 26.49 | 82.62 | - |
| YUV | 132.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 237 | 0.03 | 0.73 | 0 | 0.07 | 297.59 | 0.83 | 0.59 |
| Hex | E6 | 3F | ED | 3 | 49 | 0 | 7 | 12A | 53 | 3B |
| Octal | 346 | 77 | 355 | 3 | 111 | 0 | 7 | 452 | 123 | 73 |
| Binary | 11100110 | 111111 | 11101101 | 11 | 1001001 | 0 | 111 | 100101010 | 1010011 | 111011 |
Color Harmonies of #E63FED
Complementary color
Monochromatic Colors of #E63FED
Black with #E63FED
Text Example
Text Example
White with #E63FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FED; }
p { color: rgb(230,63,237); }
H1.HeaderClassName
{
color: #E63FED;
}
.AnyTagClassName
{
color: #E63FED;
}
</style>
background-color css
<style>
a { background-color: #E63FED; }
a { background-color: rgb(230,63,237); }
div.DivClassName
{
background-color: #E63FED;
}
.BgClassName
{
background-color: #E63FED;
}
</style>
border-color css
<style>
span { border-color: #E63FED; }
span { border-color: rgb(230,63,237); }
td.TdClassName
{
border-color: #E63FED;
}
.TagClassName
{
border-color: #E63FED;
}
</style>