Html Css Color HEX #E03CF5 Free Speech Magenta
📋 copy color: '#E03CF5'red 224 ◦ green 60 ◦ blue 245
Shades of Free Speech Magenta #E03CF5
Tints of Free Speech Magenta #E03CF5
RGB
CMYK
RGB Variations
Color information
#E03CF5 (or 0xE03CF5) is known color: Free Speech Magenta. HEX triplet: E0, 3C and F5. RGB value is (224,60,245). Sum of RGB (Red+Green+Blue) = 224+60+245=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #E03CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03CF5 is #1FC30A. Grayscale: #818181. Windows color (decimal): -2081547 or 16071904. OLE color: 16071904.
HSL color Cylindrical-coordinate representation of color #E03CF5: hue angle of 293.19º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03CF5 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 60 | 245 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.04 |
| HSL | 293.19º | 0.9% | 0.6% | - |
| HSV(B) | 293.19º | 0.76% | 0.96% | - |
| XYZ | 48.84 | 25.67 | 88.77 | - |
| YUV | 130.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 245 | 0.09 | 0.76 | 0 | 0.04 | 293.19 | 0.9 | 0.6 |
| Hex | E0 | 3C | F5 | 9 | 4C | 0 | 4 | 125 | 5A | 3C |
| Octal | 340 | 74 | 365 | 11 | 114 | 0 | 4 | 445 | 132 | 74 |
| Binary | 11100000 | 111100 | 11110101 | 1001 | 1001100 | 0 | 100 | 100100101 | 1011010 | 111100 |
Color Harmonies of #E03CF5
Complementary color
Monochromatic Colors of #E03CF5
Black with #E03CF5
Text Example
Text Example
White with #E03CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03CF5; }
p { color: rgb(224,60,245); }
H1.HeaderClassName
{
color: #E03CF5;
}
.AnyTagClassName
{
color: #E03CF5;
}
</style>
background-color css
<style>
a { background-color: #E03CF5; }
a { background-color: rgb(224,60,245); }
div.DivClassName
{
background-color: #E03CF5;
}
.BgClassName
{
background-color: #E03CF5;
}
</style>
border-color css
<style>
span { border-color: #E03CF5; }
span { border-color: rgb(224,60,245); }
td.TdClassName
{
border-color: #E03CF5;
}
.TagClassName
{
border-color: #E03CF5;
}
</style>