Html Css Color HEX #E03FE6 Free Speech Magenta
📋 copy color: '#E03FE6'red 224 ◦ green 63 ◦ blue 230
Shades of Free Speech Magenta #E03FE6
Tints of Free Speech Magenta #E03FE6
RGB
CMYK
RGB Variations
Color information
#E03FE6 (or 0xE03FE6) is known color: Free Speech Magenta. HEX triplet: E0, 3F and E6. RGB value is (224,63,230). Sum of RGB (Red+Green+Blue) = 224+63+230=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #E03FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03FE6 is #1FC019. Grayscale: #818181. Windows color (decimal): -2080794 or 15089632. OLE color: 15089632.
HSL color Cylindrical-coordinate representation of color #E03FE6: hue angle of 297.84º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03FE6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 63 | 230 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.10 |
| HSL | 297.84º | 0.77% | 0.57% | - |
| HSV(B) | 297.84º | 0.73% | 0.9% | - |
| XYZ | 46.8 | 25.12 | 77.24 | - |
| YUV | 130.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 230 | 0.03 | 0.73 | 0 | 0.10 | 297.84 | 0.77 | 0.57 |
| Hex | E0 | 3F | E6 | 3 | 49 | 0 | A | 12A | 4D | 39 |
| Octal | 340 | 77 | 346 | 3 | 111 | 0 | 12 | 452 | 115 | 71 |
| Binary | 11100000 | 111111 | 11100110 | 11 | 1001001 | 0 | 1010 | 100101010 | 1001101 | 111001 |
Color Harmonies of #E03FE6
Complementary color
Monochromatic Colors of #E03FE6
Black with #E03FE6
Text Example
Text Example
White with #E03FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FE6; }
p { color: rgb(224,63,230); }
H1.HeaderClassName
{
color: #E03FE6;
}
.AnyTagClassName
{
color: #E03FE6;
}
</style>
background-color css
<style>
a { background-color: #E03FE6; }
a { background-color: rgb(224,63,230); }
div.DivClassName
{
background-color: #E03FE6;
}
.BgClassName
{
background-color: #E03FE6;
}
</style>
border-color css
<style>
span { border-color: #E03FE6; }
span { border-color: rgb(224,63,230); }
td.TdClassName
{
border-color: #E03FE6;
}
.TagClassName
{
border-color: #E03FE6;
}
</style>